diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..6eaa3aee --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +* **Is this JavaScriptServices issue involving a Module(s)?** +- [ ] AngularServices +- [ ] NodeServices +- [ ] ReactServices +- [ ] SpaServices + +* **Is this issue involving one of the Templates?** * +- [ ] Angular2 Spa +- [ ] Knockout Spa +- [ ] ReactRedux Spa +- [ ] React Spa + +* **Please describe the issue in as much detail as you can:** + + + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..743256cb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +* **Is this PR involving a Module(s)?** +- [ ] AngularServices +- [ ] NodeServices +- [ ] ReactServices +- [ ] SpaServices + +* **Is this PR involving one of the Templates?** * +- [ ] Angular2 Spa +- [ ] Knockout Spa +- [ ] ReactRedux Spa +- [ ] React Spa + +* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) + +* **Other information**: