[github] add pr template

This commit is contained in:
Simone Gasparini 2019-08-08 16:31:50 +02:00 committed by GitHub
parent a0c0fc6af4
commit 9a53e328e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,29 @@
<!-- Checklist before submission:
- I have read the [contribution guidelines](../CONTRIBUTING.md).
- I have updated the documentation, if applicable.
- I have ensured that the change is tested somewhere.
- I have followed the prevailing code style (for history readability and limit conflicts for maintainance).
-->
## Description
## Features list
<!--
- [ ] Feature one. Fix #XXX
- [ ] Improve something else
- [ ] Connect to #3 (to declare link to issues without closing it when the PR is merged).
- [X] Add "X" when it is done.
-->
## Implementation remarks
<!--
Explain main implementation choices.
It is also the right place to ask for feedback and help when you hesitate on the implementation.
-->