diff options
author | Brandon Millman <brandon@0xproject.com> | 2018-06-20 04:16:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 04:16:42 +0800 |
commit | da69ddc19b29cfca05d28084b196324e121987ea (patch) | |
tree | 6ca28050b1b84e299bb131796f0098ec21e3e92f | |
parent | 7dd208fb4990930d9d985b09367b432c1098d19e (diff) | |
parent | 5305db689de361eec7b1dd73a05049258642d1eb (diff) | |
download | dexon-sol-tools-da69ddc19b29cfca05d28084b196324e121987ea.tar dexon-sol-tools-da69ddc19b29cfca05d28084b196324e121987ea.tar.gz dexon-sol-tools-da69ddc19b29cfca05d28084b196324e121987ea.tar.bz2 dexon-sol-tools-da69ddc19b29cfca05d28084b196324e121987ea.tar.lz dexon-sol-tools-da69ddc19b29cfca05d28084b196324e121987ea.tar.xz dexon-sol-tools-da69ddc19b29cfca05d28084b196324e121987ea.tar.zst dexon-sol-tools-da69ddc19b29cfca05d28084b196324e121987ea.zip |
Merge pull request #732 from 0xProject/feature/update-pr-template
Update PR template
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8752069db..34f74b601 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,10 @@ -<!--- Thank you for taking the time to submit a Pull Request --> - -<!--- Provide a general summary of the issue in the Title above --> - ## Description <!--- Describe your changes in detail --> -## Motivation and Context - -<!--- Why is this change required? What problem does it solve? --> - -<!--- If it fixes an open issue, please link to the issue here. --> - -## How Has This Been Tested? - -<!--- Please describe in detail how you tested your changes. --> - -<!--- Include details of your testing environment, and the tests you ran to --> +## Testing instructions -<!--- see how your change affects other areas of the code, etc. --> +<!--- Please describe how reviewers can test your changes --> ## Types of changes |