Add issue and PR templates

This commit is contained in:
Bozhidar Batsov 2020-09-15 08:25:40 +03:00
parent df6af2b282
commit 3a48c9bc2d
3 changed files with 63 additions and 0 deletions

14
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,14 @@
**Replace this placeholder text with a summary of the changes in your PR.
The more detailed you are, the better.**
-----------------
Before submitting the PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):
- [ ] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md)
- [ ] You've added tests (if possible) to cover your change(s)
- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality)
- [ ] You've updated the [user manual](../blob/master/doc) (if adding/changing user-visible functionality)
Thanks!