Skip to content

Commit

Permalink
Merge 78f9792 into 78e512a
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Jun 24, 2019
2 parents 78e512a + 78f9792 commit a229041
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug

---

<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
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.
Please fill in the *entire* template below.
-->

## Steps to reproduce

<!-- Describe how to reproduce the issue -->

## Current Behavior

<!-- Describe the observed result -->

## Expected Behavior

<!-- Describe what did you expect instead, what is the desired outcome? -->

## Link to reproduction sanbox

<!-- See https://loopback.io/doc/en/contrib/Reporting-issues.html#loopback-4x-bugs -->

## 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
-->

## Related Issues

<!-- Did you find other bugs that looked similar? -->

_See [Reporting Issues](http://loopback.io/doc/en/contrib/Reporting-issues.html) for more tips on writing good issues_
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
labels: feature

---

## Suggestion

<!-- A summary of what you'd like to see added or changed -->

## Use Cases

<!--
What do you want to use this for?
What shortcomings exist with current approaches?
-->

## Examples

<!-- Show how this would be used and what the behavior would be -->

## Acceptance criteria

TBD - will be filled by the team.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Question
about: The issue tracker is not for questions. Please use Stack Overflow or other resources for help.
labels: question

---

<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
THE ISSUE TRACKER IS NOT FOR QUESTIONS.
DO NOT CREATE A NEW ISSUE TO ASK A QUESTION.
Please use one of the following resources for help:
**Questions**
- https://stackoverflow.com/tags/loopbackjs
- 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/
-->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Security_vulnerability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Security vulnerability
about: Do not report security vulnerabilities using GitHub issues. Please send an email to `callback@ibm.com` instead.
labels: security

---

<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
BE RESPONSIBLE WHEN REPORTING SECURITY VULNERABILITIES.
USE A PRIVATE CHANNEL TO ALLOW THE VULNERABILITY TO BE
FIXED BEFORE IT'S PUBLICIZED.
Please send an email to `callback@ibm.com` with:
- Description of the vulnerability.
- Steps to reproduce the issue.
- Possible solutions.
-->

0 comments on commit a229041

Please sign in to comment.