Skip to content

Commit

Permalink
chore: add validators
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Oct 22, 2024
1 parent bfe75c3 commit 8f04080
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
attributes:
label: Description
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
Expand All @@ -17,11 +19,15 @@ body:
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
Expand All @@ -48,16 +54,19 @@ body:
attributes:
label: OS
placeholder: Android 13
validations:
required: true

- type: input
attributes:
label: Version
placeholder: "2023.04.20"
validations:
required: true

- type: checkboxes
attributes:
label: Contribution Guidelines
description: By submitting this issue, you agree to follow the [Contribution Guidelines](https://github.com/zyrouge/symphony/wiki/Contributions-Guidelines#issues).
options:
- label: I agree to follow the [Contribution Guidelines](https://github.com/zyrouge/symphony/wiki/Contributions-Guidelines#issues).
required: true
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ body:
attributes:
label: Description
description: A clear and concise description of what the problem is.
validations:
required: true

- type: textarea
attributes:
label: Solution
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
Expand All @@ -31,7 +35,6 @@ body:
- type: checkboxes
attributes:
label: Contribution Guidelines
description: By submitting this issue, you agree to follow the [Contribution Guidelines](https://github.com/zyrouge/symphony/wiki/Contributions-Guidelines#issues).
options:
- label: I agree to follow the [Contribution Guidelines](https://github.com/zyrouge/symphony/wiki/Contributions-Guidelines#issues).
required: true

0 comments on commit 8f04080

Please sign in to comment.