Skip to content

Replicate issue_template from loopback repo #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 17 additions & 24 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
<!--
- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or
Questions:
https://groups.google.com/forum/#!forum/loopbackjs
https://gitter.im/strongloop/loopback

- Immediate support is available through our subscription plans, see
Immediate support:
https://strongloop.com/api-connect-faqs/
https://strongloop.com/node-js/subscription-plans/
-->

### Bug or feature request
# Description/Steps to reproduce

<!--
Mark your choice with an "x" (eg. [x], NOT [*]).
If feature: A description of the feature
If bug: Steps to reproduce + link to sample repo
-->

- [ ] Bug
- [ ] Feature request

### Description of feature (or steps to reproduce if bug)



### Link to sample repo to reproduce issue (if bug)



### Expected result

# Expected result

<!--
Also include actual results if bug
-->

### Actual result (if bug)



### Additional information (Node.js version, LoopBack version, etc)

# Additional information

<!--
Copy+paste the output of these two commands:
node -e 'console.log(process.platform, process.arch, process.versions.node)'
npm ls --prod --depth 0 | grep loopback
-->