Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
migarstka authored May 6, 2024
1 parent bc0818c commit 72eac13
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Summary
Describe high-level WHAT this pull request aims to achieve and WHY the changes are made.


## ⚡️ Code changes
List code changes here:
- change A
- change B
- ...


## ☑️ PR checklist

- [ ] I have linked to the issue nr that this PR aims to resolve.
- [ ] If this PR is not yet ready to be merged, I have set it to "Draft".
- [ ] I have added tests for new features or the bug that this PR aims to fix.
- [ ] I have provided docstrings for new functions.
- [ ] I updated the repository documentation if these code changes touch the interface.

0 comments on commit 72eac13

Please sign in to comment.