mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 00:32:45 +00:00
add validation (required) to user-description in save_issue.yml
This commit is contained in:
2
.github/ISSUE_TEMPLATE/save_issue.yml
vendored
2
.github/ISSUE_TEMPLATE/save_issue.yml
vendored
@@ -15,6 +15,8 @@ body:
|
|||||||
id: user-description
|
id: user-description
|
||||||
attributes:
|
attributes:
|
||||||
label: "Your description of what happened:"
|
label: "Your description of what happened:"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
|||||||
Reference in New Issue
Block a user