Skip to content

Commit

Permalink
doc: add pr template
Browse files Browse the repository at this point in the history
doc: add pr template
  • Loading branch information
Robin-front committed Jun 12, 2019
1 parent 98447cc commit a6a284e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
Thank you for your pull request. Please review below requirements.
Bug fixes and new features should include tests and possibly docs.
感谢您贡献代码。请确认下列 checklist 的完成情况。
Bug 修复和新功能必须包含测试,必要时请附上文档。
-->

## Checklist

<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->

* [ ] `npm test` passes
* [ ] tests are included
* [ ] documentation is changed or added
* [ ] commit message follows commit guidelines

## Affected feature(s)


## Description of change

<!-- Provide a description of the change below this comment. -->

0 comments on commit a6a284e

Please sign in to comment.