strong-error-handler/.github/PULL_REQUEST_TEMPLATE.md

26 lines
636 B
Markdown
Raw Normal View History

2016-12-06 07:37:46 +00:00
### Description
#### Related issues
<!--
Please use the following link syntaxes:
- connect to #49 (to reference issues in the current repository)
- connect to strongloop/loopback#49 (to reference issues in another repository)
2016-12-06 07:37:46 +00:00
-->
- connect to <link_to_referenced_issue>
2016-12-06 07:37:46 +00:00
### Checklist
<!--
- Please mark your choice with an "x" (i.e. [x], see
2016-12-06 07:37:46 +00:00
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
- PR's without test coverage will be closed.
2016-12-06 07:37:46 +00:00
-->
- [ ] New tests added or existing tests modified to cover all changes
- [ ] Code conforms with the [style
guide](http://loopback.io/doc/en/contrib/style-guide.html)