paper.js/.github/PULL_REQUEST_TEMPLATE.md

25 lines
563 B
Markdown
Raw Normal View History

2017-10-04 09:50:22 -04:00
### Description
#### Related issues
<!--
Please use the following link syntaxes:
- relates to #49 (to reference issues in the current repository)
-->
- relates to <link_to_referenced_issue>
### Checklist
<!--
- Please mark your choice with an "x" (i.e. [x], see
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
- PR's without test coverage will be closed.
-->
- [ ] New tests added or existing tests modified to cover all changes
- [ ] Code conforms with the [style
guide](https://github.com/paperjs/paper.js/blob/develop/RULES.md)