-
Notifications
You must be signed in to change notification settings - Fork 52
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 #59 from pinellolab/SauravMaheshkar-misc-1
misc: create a PR template
- Loading branch information
Showing
1 changed file
with
22 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,22 @@ | ||
## What does this PR do? | ||
|
||
<!-- Please include a summary of what the PR aims to do --> | ||
|
||
Fixes `#<issue_number>` | ||
|
||
### Checklist | ||
|
||
- [ ] This change is discussed in a Github **issue/discussion** (`#<link>`). | ||
- [ ] Did you **document** your changes? (if necessary) | ||
- [ ] Have you **documented (doc strings)** your code ? (if necessary) | ||
- [ ] Have you added type hints to your code ? (if necessary) | ||
- [ ] Did you write any **new necessary high-coverage tests**? | ||
- [ ] Did you verify new and **existing tests pass** locally with your changes? | ||
|
||
### PR Review | ||
|
||
<!-- Tag Relevant People here --> | ||
|
||
Reviewers: | ||
|
||
### Any Other Comments |