diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-01-30 22:05:16 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-01-30 22:05:16 +0800 |
commit | 1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248 (patch) | |
tree | c8916f1a7fc9b6e25209030a9b0f70fba3bd37fc | |
parent | 4fa774f866292406ec21e29aee4919c7f73cd505 (diff) | |
download | dexon-sol-tools-1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248.tar dexon-sol-tools-1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248.tar.gz dexon-sol-tools-1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248.tar.bz2 dexon-sol-tools-1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248.tar.lz dexon-sol-tools-1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248.tar.xz dexon-sol-tools-1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248.tar.zst dexon-sol-tools-1c1f2ef1ffdf56732e39c4c061d1c845c3fb2248.zip |
Fix PR template
-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 3b0041316..ec4e1b82f 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -22,12 +22,14 @@ ## Types of changes -<!--- What types of changes does your code introduce? Put an `x` in all the boxes 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) +<!--- What types of changes does your code introduce? Put an `x` in all the boxes 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) ## Checklist: + <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |