Merge pull request #425 from status-im/feature/pull-request-template

Introduce a simple pull request template which sets pull request format and forces people expound their changes structurally.
This commit is contained in:
Ivan Tomilov 2017-10-26 15:35:39 +03:00 committed by GitHub
commit 34e851a57f
1 changed files with 8 additions and 0 deletions

8
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,8 @@
A short summary which serves as a squashed-commit message.
A description to understand introduced changes without reading the code.
Important changes:
- [x] Something worth noting for reviewers.
Solves #