diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-07-02 08:00:24 +0800 |
---|---|---|
committer | F. Eugene Aumson <gene@aumson.org> | 2018-07-02 08:44:28 +0800 |
commit | cfe57f52f4b1ccc3914cd3a4a13db3fea3336551 (patch) | |
tree | b899581d59d3a8cf93a40ba469328aeecf436699 /PULL_REQUEST_TEMPLATE.md | |
parent | b9b00e10d39c3c84bc72892ef37f1313e904414d (diff) | |
download | dexon-sol-tools-cfe57f52f4b1ccc3914cd3a4a13db3fea3336551.tar dexon-sol-tools-cfe57f52f4b1ccc3914cd3a4a13db3fea3336551.tar.gz dexon-sol-tools-cfe57f52f4b1ccc3914cd3a4a13db3fea3336551.tar.bz2 dexon-sol-tools-cfe57f52f4b1ccc3914cd3a4a13db3fea3336551.tar.lz dexon-sol-tools-cfe57f52f4b1ccc3914cd3a4a13db3fea3336551.tar.xz dexon-sol-tools-cfe57f52f4b1ccc3914cd3a4a13db3fea3336551.tar.zst dexon-sol-tools-cfe57f52f4b1ccc3914cd3a4a13db3fea3336551.zip |
use bullets, not a task list, for Types of Changes
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 34f74b601..257c91025 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -8,11 +8,13 @@ ## Types of changes -<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> +<!--- What types of changes does your code introduce? Uncomment all the bullets that apply: --> -* [ ] Bug fix (non-breaking change which fixes an issue) -* [ ] New feature (non-breaking change which adds functionality) -* [ ] Breaking change (fix or feature that would cause existing functionality to change) +<!-- * Bug fix (non-breaking change which fixes an issue) --> + +<!-- * New feature (non-breaking change which adds functionality) --> + +<!-- * Breaking change (fix or feature that would cause existing functionality to change) --> ## Checklist: |