PR template

This commit is contained in:
viktor 2018-07-12 15:52:29 +03:00
parent ebaf73f639
commit 8563d87647
1 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,8 @@
- (Mandatory) Description
a human-readable description of changes
a human-readable description of the purpose of the PR
- (Mandatory) What is it: (Fix), (Feature), or (Refactor) in Title, e.g., "(Fix) price of 1 token in Wei > 18 decimals"
- (Mandatory) Developers: Each completed PR should be updated in the Wiki Documentation.
(Recommended) Each PR should have one commit message and therefore should only contain one specific fix or feature. Otherwise, multiple PRs should be made
- Did you check that your PR is chain agnostic? It shouldn't depend on any hardcoded chainIds, URLs.
- (Optional) Any additional concerns or comments