Skip to content

Commit 503162f

Browse files
authored
chore: issue templates mod (#1002)
1 parent 7611ebd commit 503162f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ body:
1414
- type: checkboxes
1515
id: input1
1616
attributes:
17-
label: "🦄"
17+
label: Would you like to work on a fix?
1818
options:
19-
- label: Would you like to work on a fix?
19+
- label: Check this if you would like to implement a PR, we are more than happy to help you go through the process.
2020

2121
- type: textarea
2222
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ body:
1313
- type: checkboxes
1414
id: input1
1515
attributes:
16-
label: "🦄"
17-
description: |
18-
Check this if you would like to implement a PR, we are more than happy to help you go through the process
16+
label: Would you like to work on this feature?
1917
options:
20-
- label: Would you like to work on this feature?
18+
- label: Check this if you would like to implement a PR, we are more than happy to help you go through the process.
2119

2220
- type: textarea
2321
attributes:

0 commit comments

Comments
 (0)