-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from ChatOverflow: https://github.com/codeoverflow-org/chatoverflow/tree/3.0.1-prealpha/.github/ISSUE_TEMPLATE
- Loading branch information
Showing
2 changed files
with
69 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,40 @@ | ||
--- | ||
name: 'Bug' | ||
about: 'If something is not working properly' | ||
labels: 'bug' | ||
|
||
--- | ||
|
||
<!-- If you don't need any of these sections, just remove them... --> | ||
|
||
### Description | ||
<!-- Give a detailed description of what is wrong --> | ||
|
||
|
||
### How to reproduce | ||
<!-- A detailed step by step guide how the error can be | ||
reproduced really helps fixing it. --> | ||
|
||
|
||
### Error Log | ||
<!-- If the console contains some information that could | ||
help identifying the problem paste them in the next empty line --> | ||
``` | ||
``` | ||
|
||
### References | ||
<!-- If this affects other issues/pull requests/or specific code, reference it: | ||
#2 - A recent issue or Pull request | ||
d8591ca65cfc6b9d56334fba45e85e767ef6080d - A commit | ||
https://github.com/codeoverflow-org/nodecg-io/blob/9cf37cb9299535f40fa0dd68cdd3187d9f03b935/nodecg-io-core/extension/index.ts#L21 | ||
- A specific line in code | ||
--> | ||
|
||
|
||
<!-- Final checklist: | ||
Please make sure that your error hasn't already been reported. | ||
The issues page has a nice search and filter function for that. | ||
--> |
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,29 @@ | ||
--- | ||
name: 'Enhancement' | ||
about: 'If you have an idea for a new feature or want something to be improved' | ||
labels: 'enhancement' | ||
|
||
--- | ||
|
||
<!-- If you don't need any of these sections, just remove them... --> | ||
|
||
### Description | ||
<!-- Give a detailed description of the enhancement --> | ||
|
||
|
||
### References | ||
<!-- If this affects other issues/pull requests/or specific code, reference it: | ||
#2 - A recent issue or Pull request | ||
d8591ca65cfc6b9d56334fba45e85e767ef6080d - A commit | ||
https://github.com/codeoverflow-org/nodecg-io/blob/9cf37cb9299535f40fa0dd68cdd3187d9f03b935/nodecg-io-core/extension/index.ts#L21 | ||
- A specific line in code | ||
--> | ||
|
||
|
||
|
||
<!-- Final checklist: | ||
Please make sure that this enhancement hasn't already been suggested. | ||
The issues page has a nice search and filter function for that. | ||
--> |