Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 065ff54

Browse files
committed
fix issue templates
1 parent 471dbc3 commit 065ff54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/improvement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ body:
3838
Otherwise, a `help-wanted` label will be added to it. The first contributor who asks to
3939
contribute will be assigned the issue and the `help-wanted` label will be removed
4040
options:
41-
- label: Yes, I want to contribute!
42-
- label: No, I will leave the issue to another contributor
41+
- Yes, I want to contribute!
42+
- No, I will leave the issue to another contributor
4343
default: 0
4444
validations:
4545
required: true

.github/ISSUE_TEMPLATE/report_problem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ body:
3838
Otherwise, a `help-wanted` label will be added to it. The first contributor who asks to
3939
contribute will be assigned the issue and the `help-wanted` label will be removed
4040
options:
41-
- label: Yes, I want to contribute!
42-
- label: No, I will leave the issue to another contributor
41+
- Yes, I want to contribute!
42+
- No, I will leave the issue to another contributor
4343
default: 0
4444
validations:
4545
required: true

0 commit comments

Comments
 (0)