Skip to content

Commit

Permalink
Merge pull request #59 from pinellolab/SauravMaheshkar-misc-1
Browse files Browse the repository at this point in the history
misc: create a PR template
  • Loading branch information
mateibejan1 authored Nov 28, 2022
2 parents 180800e + 6950d96 commit 6a388ed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit 6a388ed

Please sign in to comment.