Add issue and pull request templates (#344)

This commit is contained in:
Dmitry Shibanov
2021-10-18 13:39:58 +03:00
committed by GitHub
parent a4b8ed2f4e
commit fd4bd829f2
4 changed files with 66 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.