From 8559ae4ae2dc6ea80e117238401a8d7b832ec1fd Mon Sep 17 00:00:00 2001 From: XadillaX Date: Wed, 5 Jul 2017 16:46:22 +0800 Subject: [PATCH] github: add issue and pull request templates Refs: https://github.com/nodejs/node/pull/5291 PR-URL: https://github.com/akyuujs/akyuu/pull/22 Reviewed-By: Chengqiang Chen <602196490@qq.com> Reviewed-By: Cleverboy32 --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..e8f447b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ + + +* **Version**: +* **Node.js Version**: +* **Platform**: +* **Subsystem**: + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..86ff68a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + + +##### Checklist + + +- [ ] `make test` (UNIX), or `???` (Windows) passes +- [ ] tests and/or benchmarks are included +- [ ] documentation is changed or added +- [ ] commit message follows Node.js [commit guidelines](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#commit-message-guidelines) + +##### Affected core submodule(s) +