Skip to content

Commit

Permalink
Create pull_request_template.md (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 19, 2024
1 parent 4b8c36e commit 36820b1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!-- Please refer to our contributing docs for any questions on submitting a pull request -->
<!-- Issues are required for both bug fixes and features. -->
Resolves #ISSUE_NUMBER

----

### Before the change?
<!-- Please describe the current behaviour that you are modifying. -->

*

### After the change?
<!-- Please describe the behaviour or changes that are being added by this PR. -->

*

### Pull request checklist
- [ ] Tests for the changes have been added (for bug fixes/features)
- [ ] Docs have been reviewed and added/updated if needed (for bug fixes/features)

### Does this introduce a breaking change?
<!-- If this introduces a breaking change, make sure to note it here and what the impact might be -->

- [ ] Yes
- [ ] No

----

0 comments on commit 36820b1

Please sign in to comment.