From f2352f86f249404c566008718b1598e608e33ba2 Mon Sep 17 00:00:00 2001 From: Siddhi Pai <siddhi.pai@gmail.com> Date: Mon, 5 Dec 2016 23:37:46 -0800 Subject: [PATCH] Update paid support URL --- .github/ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 24 +++++++++++++++++++++ 2 files changed, 60 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..ccc915a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ +<!-- +- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or + https://gitter.im/strongloop/loopback + +- Immediate support is available through our subscription plans, see + https://strongloop.com/api-connect-faqs/ +--> + +### Bug or feature request + +<!-- +Mark your choice with an "x" (eg. [x], NOT [*]). +--> + +- [ ] Bug +- [ ] Feature request + +### Description of feature (or steps to reproduce if bug) + + + +### Link to sample repo to reproduce issue (if bug) + + + +### Expected result + + + +### Actual result (if bug) + + + +### Additional information (Node.js version, LoopBack version, etc) + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d2b240f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +### Description + + +#### Related issues + +<!-- +Please use the following link syntaxes: + +- #49 (to reference issues in the current repository) +- strongloop/loopback#49 (to reference issues in another repository) +--> + +- None + +### Checklist + +<!-- +Please mark your choice with an "x" (i.e. [x], see +https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments) +--> + +- [ ] New tests added or existing tests modified to cover all changes +- [ ] Code conforms with the [style + guide](http://loopback.io/doc/en/contrib/style-guide.html)