diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-02-09 08:20:02 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-02-09 08:20:02 +0800 |
commit | 9c934d903d00c1f80a9741acd562217acd5ae212 (patch) | |
tree | 2318dfe820a2264d3449d7a71582745771d8c673 /PULL_REQUEST_TEMPLATE.md | |
parent | 254d3f53e2cd09eed3eb6b8ce841f546d01dcdcd (diff) | |
download | dexon-sol-tools-9c934d903d00c1f80a9741acd562217acd5ae212.tar dexon-sol-tools-9c934d903d00c1f80a9741acd562217acd5ae212.tar.gz dexon-sol-tools-9c934d903d00c1f80a9741acd562217acd5ae212.tar.bz2 dexon-sol-tools-9c934d903d00c1f80a9741acd562217acd5ae212.tar.lz dexon-sol-tools-9c934d903d00c1f80a9741acd562217acd5ae212.tar.xz dexon-sol-tools-9c934d903d00c1f80a9741acd562217acd5ae212.tar.zst dexon-sol-tools-9c934d903d00c1f80a9741acd562217acd5ae212.zip |
Add new entries to the PR template checklist
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index ec4e1b82f..96eae1691 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -36,3 +36,7 @@ * [ ] Change requires a change to the documentation. * [ ] Added tests to cover my changes. +* [ ] Added new entries to the relevant CHANGELOGs. +* [ ] Updated the new versions of the changed packages in the relevant CHANGELOGs. +* [ ] Labeled this PR with the 'WIP' label if it is a work in progress. +* [ ] Labeled this PR with the labels corresponding to the changed package. |