-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdd40ac
commit 3b7a5b7
Showing
1 changed file
with
41 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,41 @@ | ||
<!-- Before you submit your Pull Request, make sure you picked the right branch: | ||
- For hotfixes, select "master" as the target branch | ||
- For new features and non-hotfix bugfixes, select "develop" as the target branch | ||
- For release feature fixes, select the relevant release branch (release/X.Y.Z) as the target branch --> | ||
|
||
## Purpose | ||
<!-- Why is this change necessary? What does it do? --> | ||
|
||
|
||
## Summary of Changes/Side Effects | ||
<!-- What did you change? | ||
Include before/after screenshots or a video/gif if applicable. | ||
Do these changes have any unforseen effects (good or bad)?--> | ||
|
||
|
||
## Testing Notes | ||
<!-- What needs to be tested? | ||
Are there any edge cases that should be tested? --> | ||
|
||
|
||
## Ticket | ||
|
||
https://openscience.atlassian.net/browse/IN- | ||
|
||
## Notes for Reviewer | ||
<!-- Any area you want the reviewer to pay special attention to or areas of concern?--> | ||
|
||
|
||
# Reviewer Checklist | ||
|
||
- [ ] meets requirements | ||
- [ ] easy to understand | ||
- [ ] DRY | ||
- [ ] testable and includes test(s) | ||
- [ ] changes described in `CHANGELOG.md` | ||
|
||
<!-- Please strike through any checks that you think are not relevant for this PR and indicate why, e.g. | ||
- [ ] ~~easy to understand~~ *(necessarily complex)* | ||
--> |