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 2, 2018
1 parent ba13710 commit e30649b
Showing 1 changed file with 17 additions and 27 deletions.
44 changes: 17 additions & 27 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,27 @@
<!--
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/
HELP US HELP YOU BY PROVIDING AS MUCH OF THE FOLLOWING INFORMATION AS POSSIBLE AND
AVOID DUPLICATES BY SEARCHING BEFORE CREATING A NEW ISSUE.
-->

# Description/Steps to reproduce
## I'm submitting a ...
<!-- Check one of the following options with a "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request <!-- Include a problem statement, use case scenario, example, code samples, etc. -->
[ ] Documentation issue or request
[ ] Support / Question
[ ] Feedback / Comment / Thanks / Other
</code></pre>

<!--
If feature: A description of the feature
If bug: Steps to reproduce
-->

# Link to reproduction sandbox

<!--
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 result

<!--
Also include actual results if bug
-->
## Current Behaviour
<!-- Include link to a sandbox application for reproduction is available -->

# Additional information
## Expected Behaviour

## Additional Information
<!--
Copy+paste the output of these two commands:
If applicable, 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
-->

0 comments on commit e30649b

Please sign in to comment.