Add issue and pr templates

This commit is contained in:
Vladimir Safonkin
2021-02-05 09:44:08 +03:00
parent 61c9e3a719
commit 552366fa8e
3 changed files with 57 additions and 0 deletions

9
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,9 @@
**Description:**
Describe your changes.
**Related issue:**
Add link to the related issue.
**Check list:**
- [ ] Mark if documentation changes are required.
- [ ] Mark if tests were added or updated to cover the changes.