Skip to content

Commit 95ce338

Browse files
committed
ci: Fix issue template indentation
1 parent 30dd359 commit 95ce338

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ body:
2929
- A bugged action
3030
- Mod API bugs
3131
- Other/Not sure
32-
validations:
33-
required: true
32+
validations:
33+
required: true
3434
- type: textarea
3535
id: description
3636
attributes:
@@ -62,7 +62,9 @@ body:
6262
id: TOS
6363
attributes:
6464
label: Code of Conduct
65-
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
65+
description: By submitting this issue, you agree to follow the [code of conduct](/Alorel/melvor-action-workflows/blob/master/.github/CODE_OF_CONDUCT.md)
6666
options:
67-
- label: "I agree"
67+
- label: I agree to follow the code of conduct
68+
required: true
69+
- label: I have searched for similar issues and nothing similar exists
6870
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ body:
2424
id: TOS
2525
attributes:
2626
label: Code of Conduct
27-
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
27+
description: By submitting this issue, you confirm that the requested feature fits the [contribution guidelines](/Alorel/melvor-action-workflows/blob/master/.github/CONTRIBUTING.md#what-belongs-and-doesnt-belong-in-the-main-mod) & agree to follow the [code of conduct](/Alorel/melvor-action-workflows/blob/master/.github/CODE_OF_CONDUCT.md)
2828
options:
29-
- label: "I agree"
29+
- label: I agree to follow the code of conduct
30+
required: true
31+
- label: My request fits the contribution guidelines
32+
required: true
33+
- label: I have searched for similar issues and nothing similar exists
3034
required: true

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Question
2-
description: General queries
1+
name: Other
2+
description: Anything else
33
labels: ["question"]
44
body:
55
- type: checkboxes
66
id: TOS
77
attributes:
88
label: Code of Conduct
9-
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
9+
description: By submitting this issue, you agree to follow the [code of conduct](/Alorel/melvor-action-workflows/blob/master/.github/CODE_OF_CONDUCT.md)
1010
options:
11-
- label: I agree with the code of conduct
11+
- label: I agree to follow the code of conduct
12+
required: true
13+
- label: I have searched for similar issues and nothing similar exists
1214
required: true
1315
- label: My issue does not match any other template better
1416
required: true

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ body:
2626
id: TOS
2727
attributes:
2828
label: Code of Conduct
29-
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
29+
description: By submitting this issue, you agree to follow the [code of conduct](/Alorel/melvor-action-workflows/blob/master/.github/CODE_OF_CONDUCT.md)
3030
options:
31-
- label: "I agree"
31+
- label: I agree to follow the code of conduct
32+
required: true
33+
- label: I have searched for similar issues and nothing similar exists
3234
required: true

0 commit comments

Comments
 (0)