-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update issues template to be simpler
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
Showing
1 changed file
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> |