forked from strongloop/loopback-context
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request strongloop#16 from strongloop/update-support-URL
Replicate .github from loopback repo
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!-- | ||
- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or | ||
https://gitter.im/strongloop/loopback | ||
- Immediate support is available through our subscription plans, see | ||
https://strongloop.com/api-connect-faqs/ | ||
--> | ||
|
||
### Bug or feature request | ||
|
||
<!-- | ||
Mark your choice with an "x" (eg. [x], NOT [*]). | ||
--> | ||
|
||
- [ ] Bug | ||
- [ ] Feature request | ||
|
||
### Description of feature (or steps to reproduce if bug) | ||
|
||
|
||
|
||
### Link to sample repo to reproduce issue (if bug) | ||
|
||
|
||
|
||
### Expected result | ||
|
||
|
||
|
||
### Actual result (if bug) | ||
|
||
|
||
|
||
### Additional information (Node.js version, LoopBack version, etc) | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Description | ||
|
||
|
||
#### Related issues | ||
|
||
<!-- | ||
Please use the following link syntaxes: | ||
- #49 (to reference issues in the current repository) | ||
- strongloop/loopback#49 (to reference issues in another repository) | ||
--> | ||
|
||
- None | ||
|
||
### Checklist | ||
|
||
<!-- | ||
Please mark your choice with an "x" (i.e. [x], see | ||
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments) | ||
--> | ||
|
||
- [ ] New tests added or existing tests modified to cover all changes | ||
- [ ] Code conforms with the [style | ||
guide](http://loopback.io/doc/en/contrib/style-guide.html) |