chore: add PR template
This commit is contained in:
parent
26fd2d6b96
commit
562385729b
1 changed files with 22 additions and 0 deletions
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!--
|
||||
|
||||
* Before making a pull request, ensure the changes are for an approved issue.
|
||||
* If your changes are not for an approved issue, your pull request can and will be rejected.
|
||||
|
||||
-->
|
||||
|
||||
Resolves #XXX
|
||||
|
||||
### Changes:
|
||||
|
||||
<!--
|
||||
|
||||
* Describe your changes in as much detail as possible. Make sure to list your changes, as well as the rationale behind them.
|
||||
* If applicable, include code snippets, images, videos, etc.
|
||||
|
||||
-->
|
||||
|
||||
- [ ] I have read and agreed to the [code of conduct](https://github.com/PretendoNetwork/Pretendo/blob/master/.github/CODE_OF_CONDUCT.md).
|
||||
- [ ] I have read and complied with the [contributing guidelines](https://github.com/PretendoNetwork/Pretendo/blob/master/.github/CONTRIBUTING.md).
|
||||
- [ ] What I'm implementing was an [approved issue](https://github.com/PretendoNetwork/Pretendo/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved).
|
||||
- [ ] I have tested all of my changes.
|
||||
Loading…
Reference in a new issue