File tree Expand file tree Collapse file tree 6 files changed +124
-55
lines changed Expand file tree Collapse file tree 6 files changed +124
-55
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ labels : bug
5
+
6
+ ---
7
+
8
+ <!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
9
+
10
+ HELP US HELP YOU, PLEASE
11
+ - Do a quick search to avoid duplicate issues
12
+ - Provide as much information as possible (reproduction sandbox, use case for features, etc.)
13
+ - Consider using a more suitable venue for questions such as Stack Overflow, Gitter, etc.
14
+
15
+ Please fill in the *entire* template below.
16
+
17
+ -->
18
+
19
+ ## Steps to reproduce
20
+
21
+ <!-- Describe how to reproduce the issue -->
22
+
23
+ ## Current Behavior
24
+
25
+ <!-- Describe the observed result -->
26
+
27
+ ## Expected Behavior
28
+
29
+ <!-- Describe what did you expect instead, what is the desired outcome? -->
30
+
31
+ ## Link to reproduction sandbox
32
+
33
+ <!--
34
+ See https://loopback.io/doc/en/contrib/Reporting-issues.html#loopback-3x-bugs
35
+ Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
36
+ -->
37
+
38
+ ## Additional information
39
+
40
+ <!--
41
+ Copy+paste the output of these two commands:
42
+ node -e 'console.log(process.platform, process.arch, process.versions.node)'
43
+ npm ls --prod --depth 0 | grep loopback
44
+ -->
45
+
46
+ ## Related Issues
47
+
48
+ <!-- Did you find other bugs that looked similar? -->
49
+
50
+ _ See [ Reporting Issues] ( http://loopback.io/doc/en/contrib/Reporting-issues.html ) for more tips on writing good issues_
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ labels : feature
5
+
6
+ ---
7
+
8
+ ## Suggestion
9
+
10
+ <!-- A summary of what you'd like to see added or changed -->
11
+
12
+ ## Use Cases
13
+
14
+ <!--
15
+ What do you want to use this for?
16
+ What shortcomings exist with current approaches?
17
+ -->
18
+
19
+ ## Examples
20
+
21
+ <!-- Show how this would be used and what the behavior would be -->
22
+
23
+ ## Acceptance criteria
24
+
25
+ TBD - will be filled by the team.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Question
3
+ about : The issue tracker is not for questions. Please use Stack Overflow or other resources for help.
4
+ labels : question
5
+
6
+ ---
7
+
8
+ <!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
9
+
10
+ THE ISSUE TRACKER IS NOT FOR QUESTIONS.
11
+
12
+ DO NOT CREATE A NEW ISSUE TO ASK A QUESTION.
13
+
14
+ Please use one of the following resources for help:
15
+
16
+ **Questions**
17
+
18
+ - https://stackoverflow.com/tags/loopbackjs
19
+ - https://groups.google.com/forum/#!forum/loopbackjs
20
+ - https://gitter.im/strongloop/loopback
21
+
22
+ **Immediate support**
23
+
24
+ - https://strongloop.com/api-connect-faqs/
25
+ - https://strongloop.com/node-js/subscription-plans/
26
+
27
+ -->
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Report a security vulnerability
4
+ url : https://loopback.io/doc/en/contrib/Reporting-issues.html#security-issues
5
+ about : Do not report security vulnerabilities using GitHub issues. Please send an email to `reachsl@us.ibm.com` instead.
6
+ - name : Get help on StackOverflow
7
+ url : https://stackoverflow.com/tags/loopbackjs
8
+ about : Please ask and answer questions on StackOverflow.
9
+ - name : Join our mailing list
10
+ url : https://groups.google.com/forum/#!forum/loopbackjs
11
+ about : You can also post your question to our mailing list.
Original file line number Diff line number Diff line change 1
- ### Description
2
-
3
-
4
- #### Related issues
5
-
6
1
<!--
7
- Please use the following link syntaxes:
2
+ Please provide a high-level description of the changes made by your pull request.
8
3
9
- - connect to #49 (to reference issues in the current repository)
10
- - connect to strongloop/loopback#49 (to reference issues in another repository)
11
- -->
4
+ Include references to all related GitHub issues and other pull requests, for example:
12
5
13
- - connect to <link_to_referenced_issue>
6
+ Fixes #123
7
+ Implements #254
8
+ See also #23
9
+ -->
14
10
15
- ### Checklist
11
+ ## Checklist
16
12
17
- <!--
18
- - Please mark your choice with an "x" (i.e. [x], see
19
- https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
20
- - PR's without test coverage will be closed.
21
- -->
13
+ 👉 [ Read and sign the CLA (Contributor License Agreement)] ( https://cla.strongloop.com/agreements/strongloop/loopback-component-storage ) 👈
22
14
15
+ - [ ] ` npm test ` passes on your machine
23
16
- [ ] New tests added or existing tests modified to cover all changes
24
- - [ ] Code conforms with the [ style
25
- guide ] ( http ://loopback.io/doc/en/contrib/style-guide .html)
17
+ - [ ] Code conforms with the [ style guide ] ( https://loopback.io/doc/en/contrib/style-guide-es6.html )
18
+ - [ ] Commit messages are following our [ guidelines ] ( https ://loopback.io/doc/en/contrib/git-commit-messages .html)
You can’t perform that action at this time.
0 commit comments