Skip to content

Commit 6de6112

Browse files
committed
fix: reporting templates
1 parent 4b99eb2 commit 6de6112

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "🐛 Bug Report"
22
description: Create a new ticket for a bug, please specify its location (react|vue|core).
3-
title: "🐛 [BUG] - @eazychart-[core | react | vue]- <title>"
3+
title: "🐛 [BUG] eazychart-[css | core | react | vue] - <title>"
44
labels: [
55
"bug"
66
]
@@ -10,14 +10,14 @@ body:
1010
attributes:
1111
label: "Description"
1212
description: Please enter an explicit description of your issue
13-
placeholder: Short and explicit description of your incident...
13+
placeholder: Short and explicit description of your incident. Please delete any irrelevant options
1414
validations:
1515
required: true
1616
- type: textarea
1717
id: reprod
1818
attributes:
1919
label: "Reproduction steps"
20-
description: Please enter an explicit description of your issue
20+
description: Please enter an explicit description of your issue. Use Screenshot if you can.
2121
value: |
2222
1. Go to '...'
2323
2. Click on '....'
@@ -26,16 +26,6 @@ body:
2626
render: bash
2727
validations:
2828
required: true
29-
- type: textarea
30-
id: screenshot
31-
attributes:
32-
label: "Screenshots"
33-
description: If applicable, add screenshots to help explain your problem.
34-
value: |
35-
![DESCRIPTION](LINK.png)
36-
render: bash
37-
validations:
38-
required: false
3929
- type: textarea
4030
id: logs
4131
attributes:

.github/ISSUE_TEMPLATE/Issue_report.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "🤔 Issue Report"
22
description: Create a new ticket for you Issue.
3-
title: "🤔 [ISSUE] - @eazychart-[core | react | vue]- <title>"
3+
title: "🤔 [ISSUE] - eazychart-[css | core | react | vue]- <title>"
44
labels: [
5-
"bug"
5+
"help-needed"
66
]
77
body:
88
- type: textarea
@@ -26,16 +26,6 @@ body:
2626
render: bash
2727
validations:
2828
required: true
29-
- type: textarea
30-
id: screenshot
31-
attributes:
32-
label: "Screenshots"
33-
description: If applicable, add screenshots to help explain your problem.
34-
value: |
35-
![DESCRIPTION](LINK.png)
36-
render: bash
37-
validations:
38-
required: false
3929
- type: textarea
4030
id: logs
4131
attributes:

0 commit comments

Comments
 (0)