Skip to content

Commit

Permalink
add required validation for issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Jan 22, 2024
1 parent 82dd463 commit 65f4ca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ body:
attributes:
label: For which tag?
description: Write the name of the tag where the UI example is located
validations:
required: true

- type: input
attributes:
label: For which UI example?
description: Write the name of the UI example you want to improve
validations:
required: true

- type: textarea
attributes:
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/report_problem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ body:
attributes:
label: For which tag?
description: Write the name of the tag where the UI example is located
validations:
required: true

- type: input
attributes:
label: For which UI example?
description: Write the name of the UI example with problems
validations:
required: true

- type: textarea
attributes:
Expand Down

0 comments on commit 65f4ca1

Please sign in to comment.