Skip to content

Commit

Permalink
simplified PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
whyboris committed Oct 22, 2024
1 parent 5855577 commit 8aa3f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/other.md

This file was deleted.

39 changes: 2 additions & 37 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,5 @@
## Description

Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes #{{issue number}}

Fixes #(issue) <!-- Example: Fixes #12 -->

## Type of change

Please delete options that are not relevant:

- [ ] 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 not work as expected)
- [ ] Documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Include details of your testing configuration:

- [ ] Test A
- [ ] Test B

## Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules

## Screenshots (if applicable):

Add screenshots to demonstrate the change (UI changes, errors, etc.).

## Additional context

Add any other relevant context about the pull request here (e.g., links to related discussions, issues, or other PRs).
{{please add any additional comments too}}

0 comments on commit 8aa3f95

Please sign in to comment.