File tree 3 files changed +72
-0
lines changed
3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug
3
+ about : Report an issue or error.
4
+ title : ' '
5
+ labels : ' type: Bug'
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Description
11
+
12
+ <!-- A clear and concise description of the issue. -->
13
+
14
+ # Reproduction
15
+
16
+ <!-- What exactly do we need to do to trigger the issue? -->
17
+
18
+ # Expected Behaviour
19
+
20
+ <!-- How do you think it should behave instead? -->
21
+
22
+ # Additional Information
23
+
24
+ <!-- Any other information that you may be relevant, e.g. platform (mobile/desktop), OS etc. -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Enhancement
3
+ about : Suggest a change or improvement to an existing feature.
4
+ title : ' '
5
+ labels : ' type: Enhancement'
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Overview
11
+
12
+ <!-- Briefly describe the feature that you would like improved / to improve. -->
13
+
14
+ # Rationale
15
+
16
+ <!-- What's the thinking behind it / what makes it better than it already is? -->
17
+
18
+ # Potential Issues
19
+
20
+ <!-- Are there potential issues relating to implementation, or interaction with existing features? -->
21
+
22
+ # Additional Information
23
+
24
+ <!-- Any other information that you feel may be relevant. -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature
3
+ about : Suggest the addition of a new feature.
4
+ title : ' '
5
+ labels : ' type: Feature'
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Overview
11
+
12
+ <!-- Briefly describe the feature that you would like added / to add. -->
13
+
14
+ # Rationale
15
+
16
+ <!-- What's the thinking behind it / why do you think it's a good idea? -->
17
+
18
+ # Potential Issues
19
+
20
+ <!-- Are there potential issues relating to implementation, or interaction with existing features? -->
21
+
22
+ # Additional Information
23
+
24
+ <!-- Any other information that you feel may be relevant. -->
You can’t perform that action at this time.
0 commit comments