Add issue and pull request templates

This commit is contained in:
Nikita Bykov 2021-10-19 12:26:43 +03:00
parent d12543aa2a
commit fe839b4a8f
3 changed files with 28 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.