diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..cb6c735 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +## Description + + + +## Detail + + + + + +## Checklist + +- [ ] :100: maintains 100% unit test coverage +- [ ] :test_tube: package has been tested locally using `npm link` +- [ ] :globe_with_meridians: `examples/web` and `examples/node` demo works +