Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smolvik1 authored Oct 25, 2023
1 parent 7925420 commit 209d2b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Describe your changes
*Describe the key features or functionality that this PR brings*

## Issues closed by this PR
*Reference any issues closed by this PR*

## Checklist before requesting a review
- [ ] I have runned pytest locally with 100% success
- [ ] If it is a core feature, I have added thorough tests.
- [ ] I have bumped version number in `pysand/version.py`
- [ ] I have updated `changelog.md`

0 comments on commit 209d2b2

Please sign in to comment.