File tree Expand file tree Collapse file tree 4 files changed +47
-6
lines changed Expand file tree Collapse file tree 4 files changed +47
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Bug report
3
3
about : Create a report to help us improve
4
- title : ' '
4
+ title : [BUG]: add your description here...
5
5
labels : bug proposal
6
6
assignees : simonkovtyk
7
7
@@ -23,8 +23,5 @@ A clear and concise description about how to trigger the bug again.
23
23
** Expected behavior**
24
24
A clear and concise description of what you expected to happen.
25
25
26
- ** Additional output**
27
- If applicable, add your console log or any other output to help explain your problem.
28
-
29
26
** Additional context**
30
27
Add any other context about the problem here.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Feature request
3
3
about : Suggest an idea for this project
4
- title : ' '
4
+ title : [FEAT]: add your description here...
5
5
labels : feature proposal
6
6
assignees : simonkovtyk
7
7
@@ -13,7 +13,7 @@ My request **[does/doesn't]** relate to an existing bug.
13
13
The existing bug can be found here: ** [ issue-link] ** .
14
14
15
15
** Describe your request**
16
- A clear and concise description of what you want to request or offer by Pull Request .
16
+ A clear and concise description of what you want to request.
17
17
18
18
** Additional context**
19
19
Add any other context or output about the feature request here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug fix
3
+ about : Provide a bug fix
4
+ title : [BUG]: add your description here...
5
+ labels : bug fix
6
+ assignees : simonkovtyk
7
+
8
+ ---
9
+
10
+ ** Does this bug relate to another bug?**
11
+ * Please delete what does not apply.*
12
+ This bug ** [ does/doesn't] ** relate to another bug.
13
+ The relating bug can be found here: ** [ issue-link] ** .
14
+
15
+ ** Describe the bug**
16
+ A clear and concise description of what the bug is.
17
+
18
+ ** Explain your changes**
19
+ Give a description of what you've changed to make it work.
20
+
21
+ ** Additional context**
22
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : [FEAT]: add your description here...
5
+ labels : feature addition
6
+ assignees : simonkovtyk
7
+
8
+ ---
9
+
10
+ ** Relates your request to an existing bug?**
11
+ * Please delete what does not apply.*
12
+ My new feature ** [ does/doesn't] ** relate to an existing bug.
13
+ The existing bug can be found here: ** [ issue-link] ** .
14
+
15
+ ** Describe the new feature**
16
+ A clear and concise description of what you've changed.
17
+
18
+ ** Explain your changes**
19
+ Give a description of what you've changed.
20
+
21
+ ** Additional context**
22
+ Add any other context or output about the new feature here.
You can’t perform that action at this time.
0 commit comments