This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : ' Bug'
3
+ about : ' If something is not working properly'
4
+ labels : ' bug'
5
+
6
+ ---
7
+
8
+ <!-- If you don't need any of these sections, just remove them... -->
9
+
10
+ ### Description
11
+ <!-- Give a detailed description of what is wrong -->
12
+
13
+
14
+ ### How to reproduce
15
+ <!-- A detailed step by step guide how the error can be
16
+ reproduced really helps fixing it. -->
17
+
18
+
19
+ ### Error Log
20
+ <!-- If the console contains some information that could
21
+ help identifying the problem paste them in the next empty line -->
22
+ ```
23
+
24
+ ```
25
+
26
+ ### References
27
+ <!-- If this affects other issues/pull requests/or specific code, reference it:
28
+ #2 - A recent issue or Pull request
29
+ d8591ca65cfc6b9d56334fba45e85e767ef6080d - A commit
30
+ https://github.com/codeoverflow-org/nodecg-io/blob/9cf37cb9299535f40fa0dd68cdd3187d9f03b935/nodecg-io-core/extension/index.ts#L21
31
+ - A specific line in code
32
+ -->
33
+
34
+
35
+ <!-- Final checklist:
36
+
37
+ Please make sure that your error hasn't already been reported.
38
+ The issues page has a nice search and filter function for that.
39
+
40
+ -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : ' Enhancement'
3
+ about : ' If you have an idea for a new feature or want something to be improved'
4
+ labels : ' enhancement'
5
+
6
+ ---
7
+
8
+ <!-- If you don't need any of these sections, just remove them... -->
9
+
10
+ ### Description
11
+ <!-- Give a detailed description of the enhancement -->
12
+
13
+
14
+ ### References
15
+ <!-- If this affects other issues/pull requests/or specific code, reference it:
16
+ #2 - A recent issue or Pull request
17
+ d8591ca65cfc6b9d56334fba45e85e767ef6080d - A commit
18
+ https://github.com/codeoverflow-org/nodecg-io/blob/9cf37cb9299535f40fa0dd68cdd3187d9f03b935/nodecg-io-core/extension/index.ts#L21
19
+ - A specific line in code
20
+ -->
21
+
22
+
23
+
24
+ <!-- Final checklist:
25
+
26
+ Please make sure that this enhancement hasn't already been suggested.
27
+ The issues page has a nice search and filter function for that.
28
+
29
+ -->
You can’t perform that action at this time.
0 commit comments