aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-02 19:37:15 +0800
committerGitHub <noreply@github.com>2018-08-02 19:37:15 +0800
commit7eb4762eee58212e3d017e898da3ea2e1cebde92 (patch)
tree8f8388c4a04483cf8b4d5f7c0c0ad087c2c81341
parent6003ed2abdea76e809b1e6501b9e5a85b38e5859 (diff)
parentcf0ed572f8fca6eb5728d71a83adf5342f3edca6 (diff)
downloaddexon-solidity-7eb4762eee58212e3d017e898da3ea2e1cebde92.tar.gz
dexon-solidity-7eb4762eee58212e3d017e898da3ea2e1cebde92.tar.zst
dexon-solidity-7eb4762eee58212e3d017e898da3ea2e1cebde92.zip
Merge pull request #4656 from ethereum/chriseth-patch-1
Add "Changelog entry" to pull request template
-rw-r--r--PULL_REQUEST_TEMPLATE.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 43f82f50..6f544bc1 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -6,9 +6,10 @@ Please also note that this project is released with a [Contributor Code of Condu
### Checklist
- [ ] Code compiles correctly
-- [ ] All tests passing
-- [ ] Created tests which fail without the change (if possible)
-- [ ] Extended the README / documentation, if necessary
+- [ ] All tests are passing
+- [ ] New tests have been created which fail without the change (if possible)
+- [ ] README / documentation was extended, if necessary
+- [ ] Changelog entry (if change is visible to the user)
- [ ] Used meaningful commit messages
### Description