diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-16 21:24:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 21:24:18 +0800 |
commit | 01789e67509a2d87d9056f6b9ef9ff48eee88cdd (patch) | |
tree | 672d54c8ffe0933912ed7625c8034c3154824eb3 | |
parent | c3f7ba1b91889424e2f9d83e1a269de36323a9a4 (diff) | |
parent | cfe57f52f4b1ccc3914cd3a4a13db3fea3336551 (diff) | |
download | dexon-sol-tools-01789e67509a2d87d9056f6b9ef9ff48eee88cdd.tar dexon-sol-tools-01789e67509a2d87d9056f6b9ef9ff48eee88cdd.tar.gz dexon-sol-tools-01789e67509a2d87d9056f6b9ef9ff48eee88cdd.tar.bz2 dexon-sol-tools-01789e67509a2d87d9056f6b9ef9ff48eee88cdd.tar.lz dexon-sol-tools-01789e67509a2d87d9056f6b9ef9ff48eee88cdd.tar.xz dexon-sol-tools-01789e67509a2d87d9056f6b9ef9ff48eee88cdd.tar.zst dexon-sol-tools-01789e67509a2d87d9056f6b9ef9ff48eee88cdd.zip |
Merge pull request #800 from feuGeneA/patch-2
use bullets, not a task list, for Types of Changes
-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: |