Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue and PR templates #192

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Pull Request Template

### Description
<!-- Please provide a description of the changes being made and why they are necessary. -->

- **What changes are being made?**
-

- **Why are these changes necessary?**
-

- **Which issues or tickets does this PR close or relate to?**
- Related issue: #

### Type of Change
<!-- Please check the type of change that applies to your PR. -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Other (please specify):

### Checklist
- [ ] Code has been linted.
- [ ] Documentation has been updated (if needed).
- [ ] Tests have been added or updated (if needed).
- [ ] Any breaking changes have been communicated to the team.

### Screenshots or Recordings (if applicable)
<!-- Add screenshots, videos, or recordings that might help in understanding the changes better. -->

### Additional Information
<!-- Any additional information or context that might be useful during review. -->
19 changes: 0 additions & 19 deletions Pipfile

This file was deleted.

Loading