-
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
8 additions
and
30 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,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_ |