chore: fixing templates

This commit is contained in:
Shishkevich D. 2025-04-22 22:46:53 +07:00 committed by GitHub
parent 6be115b351
commit e0349dc914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -26,8 +26,8 @@ body:
placeholder: | placeholder: |
1. Open `Inbounds` page 1. Open `Inbounds` page
2. ... 2. ...
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected-action id: expected-action

View file

@ -6,5 +6,8 @@ labels: ["question"]
body: body:
- type: textarea - type: textarea
id: question id: question
attributes:
label: Question
placeholder: I have a question, ..., how can I solve it?
validations: validations:
required: true required: true