Skip to content

Commit

Permalink
ci: Fix issue template indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Dec 5, 2022
1 parent 30dd359 commit 95ce338
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ body:
- A bugged action
- Mod API bugs
- Other/Not sure
validations:
required: true
validations:
required: true
- type: textarea
id: description
attributes:
Expand Down Expand Up @@ -62,7 +62,9 @@ body:
id: TOS
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow the [code of conduct](/Alorel/melvor-action-workflows/blob/master/.github/CODE_OF_CONDUCT.md)
options:
- label: "I agree"
- label: I agree to follow the code of conduct
required: true
- label: I have searched for similar issues and nothing similar exists
required: true
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ body:
id: TOS
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
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)
options:
- label: "I agree"
- label: I agree to follow the code of conduct
required: true
- label: My request fits the contribution guidelines
required: true
- label: I have searched for similar issues and nothing similar exists
required: true
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Question
description: General queries
name: Other
description: Anything else
labels: ["question"]
body:
- type: checkboxes
id: TOS
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow the [code of conduct](/Alorel/melvor-action-workflows/blob/master/.github/CODE_OF_CONDUCT.md)
options:
- label: I agree with the code of conduct
- label: I agree to follow the code of conduct
required: true
- label: I have searched for similar issues and nothing similar exists
required: true
- label: My issue does not match any other template better
required: true
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ body:
id: TOS
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow the [Code of Conduct](/Alorel/melvor-mod/.github/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow the [code of conduct](/Alorel/melvor-action-workflows/blob/master/.github/CODE_OF_CONDUCT.md)
options:
- label: "I agree"
- label: I agree to follow the code of conduct
required: true
- label: I have searched for similar issues and nothing similar exists
required: true

0 comments on commit 95ce338

Please sign in to comment.