diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9713061 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Tell us about something that is broken + +--- +A clear and concise description of what the bug is, +focused on the difference between expected and observed behavior. + +### How to reproduce +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + + + +### Version information +- Node.js Version: `node --version` +- npm Version: `npm --version` +- OS: [e.g., iOS] +- Browser: [e.g., Chrome, Safari] +- Browser Version: [e.g., 22] + +### Additional info + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9388492 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- +### Motivation +A clear and concise description of the problem context. +E.g., _It frustrates me when [...]_ + +### Proposal +A clear and concise description of what you want to happen. + +### Additional info + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..007d6db --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +### Kind of change + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update +- [ ] Refactor +- [ ] Build-related changes +- [ ] Other, please describe: + +### Proposed changes +Describe what the goal of this PR, how it works, +and the problem or use-case it solves. + +### Relevant issues + + +### Breaking change? + +- [ ] Yes +- [ ] No + + + +### Requirements check + +- [ ] All tests are passing +- [ ] New/updated tests are included + +### Additional info +