Simon Egersand
2017-01-06 f7d1b45816208d6d0f596227047ef0516ee575cb
Refactor PR template for increased consistency
1 files modified
45 ■■■■■ changed files
PULL_REQUEST_TEMPLATE.md 45 ●●●●● patch | view | raw | blame | history
PULL_REQUEST_TEMPLATE.md
@@ -1,18 +1,33 @@
<!--- Provide a general summary of your changes in the Title above. -->
<!-- Provide a general summary of your changes in the *Title* above -->
## Description
<!--- Describe your changes in detail. -->
### Description
<!-- Describe your changes in detail -->
## Motivation and Context
<!--- Why do you think this pull request should be merged? -->
<!--- Does it solve a problem, in that case what problem? -->
<!--- If it fixes an open issue, please link to the issue here. -->
### Motivation and Context
<!--
  * Why do you think this pull request should be merged?
  * Does it solve a problem, in that case what problem?
  * If these changes fixes an open issue, please provide a link to the issue here
-->
## 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! -->
- [ ] My change required changes to the documentation.
- - [ ] I have updated the documentation accordingly.
- - [ ] I have updated the TypeScript type definition accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
### Checklist
<!--
  The purpose of this checklist is for you to not forget changes you most likely should do. Look
  through the following points, and put an "x" in all the boxes that apply. If you're unsure about
  any of these points, then we'd recommend you to read the README. If something still is unclear
  then don't hesitate to ask. We're here to help!
-->
```
[ ] I have added tests covering my changes
[ ] All new and existing tests pass
[ ] My changes required the documentation to be updated
  [ ] I have updated the documentation accordingly
  [ ] I have updated the TypeScript 1.8 type definitions accordingly
  [ ] I have updated the TypeScript 2.0+ type definitions accordingly
```
<!--
  Is there anything in this template you think is confusing, unclear, redundant or just simply bad?
  Please let us know either via creating an issue or creating a PR with changes to it.
-->