diff options
author | Leonid <logvinov.leon@gmail.com> | 2018-02-06 02:27:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-06 02:27:20 +0800 |
commit | 2c7db23022d429758dd01d8d63afdf50d19013ba (patch) | |
tree | d712f3b1ed773d22032e631001eb0f1414cbdbd7 /PULL_REQUEST_TEMPLATE.md | |
parent | c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8 (diff) | |
parent | 5324dfa5a70a32f9cc2c51b8252a5310439d3a86 (diff) | |
download | dexon-sol-tools-2c7db23022d429758dd01d8d63afdf50d19013ba.tar dexon-sol-tools-2c7db23022d429758dd01d8d63afdf50d19013ba.tar.gz dexon-sol-tools-2c7db23022d429758dd01d8d63afdf50d19013ba.tar.bz2 dexon-sol-tools-2c7db23022d429758dd01d8d63afdf50d19013ba.tar.lz dexon-sol-tools-2c7db23022d429758dd01d8d63afdf50d19013ba.tar.xz dexon-sol-tools-2c7db23022d429758dd01d8d63afdf50d19013ba.tar.zst dexon-sol-tools-2c7db23022d429758dd01d8d63afdf50d19013ba.zip |
Merge pull request #350 from 0xProject/fix/ether_token_address
Add zeroEx.etherToken.getContractAddressIfExists
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 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! --> |