From b43259654491cc9165fba9a27b0a671414a64be9 Mon Sep 17 00:00:00 2001 From: hzhu Date: Sun, 5 Feb 2023 04:17:44 -0800 Subject: [PATCH] docs: add pull request template --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md 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 +