-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #628 from yeatmanlab/enh/add-pr-template
ENH: Add PR template
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
## Proposed changes | ||
|
||
<!-- | ||
Describe your changes here. Why are they necessary? | ||
If it fixes a bug or resolves a feature request, be sure to link to that issue. | ||
If appropriate, include images of the expected behavior or user experience. | ||
You can drag and drop images into this text box. | ||
--> | ||
|
||
## Types of changes | ||
|
||
What types of changes does this pull request introduce? | ||
|
||
<!-- Put an `x` in the boxes that apply --> | ||
|
||
- [ ] Bugfix (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) | ||
- [ ] Refactoring (non-breaking change that does not add functionality but makes code cleaner or more efficient) | ||
- [ ] Documentation Update | ||
- [ ] Tests (new or updated tests) | ||
- [ ] Style (changes to code styling) | ||
- [ ] CI (continuous integration changes) | ||
- [ ] Repository Maintenance | ||
- [ ] Other (please describe below) | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Put an `x` in the boxes that apply. You can also fill these out after creating | ||
the PR. If you're unsure about any of them, don't hesitate to ask. We're here | ||
to help! This is simply a reminder of what we are going to look for before | ||
merging your code. | ||
--> | ||
|
||
- [ ] I have read the [guidelines for contributing](https://github.com/yeatmanlab/roar-dashboard/blob/main/.github/CONTRIBUTING.md). | ||
- [ ] The changes in this PR are as small as they can be. They represent one and only one fix or enhancement. | ||
- [ ] Linting checks pass with my changes. | ||
- [ ] Any existing unit tests pass with my changes. | ||
- [ ] Any existing end-to-end tests pass with my changes. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] If this PR fixes an existing issue, I have added a unit or end-to-end test that will detect if this issue reoccurs. | ||
- [ ] I have added JSDoc comments as appropriate. | ||
- [ ] I have added the necessary documentation to the [roar-docs repository](https://github.com/yeatmanlab/roar-docs). | ||
- [ ] I have shared this PR on the roar-pr-reviews channel (if I have access) | ||
- [ ] I have linked relevant issues (if any) | ||
|
||
## Justification of missing checklist items | ||
|
||
<!-- | ||
If you feel that a checklist item above is not applicable to this PR, please | ||
provide your justification here. Otherwise, delete this section. | ||
--> | ||
|
||
## Further comments | ||
|
||
<!-- | ||
If this is a relatively large or complex change, kick off the discussion by | ||
explaining why you chose the solution you did and what alternatives you | ||
considered, etc... | ||
--> |