GitHub - Improve PR template (#8697)

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
Jo David 2021-11-23 16:02:31 +01:00 committed by GitHub
parent 67cad5120e
commit 94d0466f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
**When merged this pull request will:** **When merged this pull request will:**
- Describe what this pull request will do - _Describe what this pull request will do_
- Each change in a separate line - _Each change in a separate line_
- Include documentation if applicable
- Respect the [Development Guidelines](https://ace3mod.com/wiki/development/) ### IMPORTANT
- Follow title standard `Component - Add|Fix|Improve|Change|Make|Remove bananas`
- [ ] If the contribution affects [the documentation](https://github.com/acemod/ACE3/tree/master/docs), please include your changes in this pull request so the documentation will appear on the [website](https://ace3mod.com/).
- [ ] [Development Guidelines](https://ace3mod.com/wiki/development/) are read, understood and applied.
- [ ] Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`.