paper.js/.github/PULL_REQUEST_TEMPLATE.md

27 lines
675 B
Markdown
Raw Permalink Normal View History

2017-10-04 09:50:22 -04:00
### Description
#### Related issues
<!--
2018-02-03 16:39:07 -05:00
Please list related issues and discussion by using the following syntax:
2017-10-04 09:50:22 -04:00
2018-02-03 16:39:07 -05:00
- Relates to #49
(to reference issues in the Objection.js repository)
- Relates to https://github.com/tgriesser/knex/issues/100
(to reference issues in a related repository)
2017-10-04 09:50:22 -04:00
-->
2018-02-03 16:39:07 -05:00
- Relates to <link_to_referenced_issue>
2017-10-04 09:50:22 -04:00
### Checklist
<!--
- Please mark your choice with an "x" (i.e. [x], see
2018-02-03 16:39:07 -05:00
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
2017-10-04 09:50:22 -04:00
- PR's without test coverage will be closed.
-->
- [ ] New tests added or existing tests modified to cover all changes
2018-10-05 05:45:14 -04:00
- [ ] Code conforms with the JSHint rules (`npm run jshint` passes)