Skip to content

Commit

Permalink
Create pull_request_template.md (#148)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md

Introduced the pull request template

* Update .github/pull_request_template.md

Co-authored-by: Philip Offtermatt <[email protected]>

---------

Co-authored-by: Philip Offtermatt <[email protected]>
  • Loading branch information
dusan-maksimovic and p-offtermatt authored Oct 15, 2024
1 parent 458140f commit 84e67ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Description

Closes: *#XXXX*

*Add a description of the changes that this PR introduces and the files that
are the most critical to review.*

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

* [ ] Targeted the correct branch
* [ ] Included the necessary unit tests
* [ ] Added/adjusted the necessary [interchain tests](./test/interchain/)
* [ ] Added a changelog entry in `.changelog`
* [ ] Compiled the contracts by using `make compile` and included content of the *artifacts* directory into the PR
* [ ] Regenerated front-end schema by using `make schema` and included generated files into the PR
* [ ] Updated the relevant documentation or specification
* [ ] Reviewed "Files changed" and left comments if necessary
* [ ] Confirmed all CI checks have passed

0 comments on commit 84e67ab

Please sign in to comment.