Skip to content

Commit

Permalink
chore: update issues template to be simpler
Browse files Browse the repository at this point in the history
A proposal for a new issues template that is simpler and allows users to ask questions / provide feedback via issues.

fixes #979 and #47
  • Loading branch information
virkt25 committed Mar 8, 2018
1 parent c0d3731 commit a62b656
Showing 1 changed file with 8 additions and 30 deletions.
38 changes: 8 additions & 30 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,15 @@
<!--
Questions:
https://groups.google.com/forum/#!forum/loopbackjs
https://gitter.im/strongloop/loopback
Immediate support:
https://strongloop.com/api-connect-faqs/
https://strongloop.com/node-js/subscription-plans/
-->

# Description/Steps to reproduce

<!--
If feature: A description of the feature
If bug: Steps to reproduce
-->
## Description / Steps to reproduce / Feature proposal

# Link to reproduction sandbox
## Current Behavior

<!--
Link to an app sandbox for reproduction
Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
-->
## Expected Behavior

# Expected result

<!--
Also include actual results if bug
HELP US HELP YOU, PLEASE
- Do a quick search to avoid duplicate issues
- Provide as much information as possible (reproduction sandbox, use case for features, etc.)
- Consider using a more suitable venue for questions such as Stack Overflow, Gitter, 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
-->
_See [Reporting Issues](http://loopback.io/doc/en/contrib/Reporting-issues.html) for more tips on writing good issues_

0 comments on commit a62b656

Please sign in to comment.