diff options
author | chriseth <chris@ethereum.org> | 2018-08-02 19:29:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 19:29:57 +0800 |
commit | cf0ed572f8fca6eb5728d71a83adf5342f3edca6 (patch) | |
tree | 8f8388c4a04483cf8b4d5f7c0c0ad087c2c81341 | |
parent | 6003ed2abdea76e809b1e6501b9e5a85b38e5859 (diff) | |
download | dexon-solidity-cf0ed572f8fca6eb5728d71a83adf5342f3edca6.tar dexon-solidity-cf0ed572f8fca6eb5728d71a83adf5342f3edca6.tar.gz dexon-solidity-cf0ed572f8fca6eb5728d71a83adf5342f3edca6.tar.bz2 dexon-solidity-cf0ed572f8fca6eb5728d71a83adf5342f3edca6.tar.lz dexon-solidity-cf0ed572f8fca6eb5728d71a83adf5342f3edca6.tar.xz dexon-solidity-cf0ed572f8fca6eb5728d71a83adf5342f3edca6.tar.zst dexon-solidity-cf0ed572f8fca6eb5728d71a83adf5342f3edca6.zip |
Add "Changelog entry" to pull requset template
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 7 |
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 |