Skip to content

Commit

Permalink
fix: new question form template
Browse files Browse the repository at this point in the history
  • Loading branch information
mikyll committed Jan 15, 2025
1 parent 9ef0747 commit b4326b7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/new_question.it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ assignees:
- mikyll

body:
- type: markdown
attributes:
value: |
**NB**: Sei un eroe.
- type: dropdown
id: topic-answer
attributes:
Expand All @@ -21,18 +26,16 @@ body:
- Dualità
- Programmazione Lineare Intera
- Complessità
default: 0
validations:
required: false

- type: markdown
attributes:
value: |
Sei un eroe.
- type: textarea
id: question
attributes:
label: Domanda
placeholder: Scrivi qui il corpo della domanda.
render: text
validations:
required: true
- type: input
Expand Down Expand Up @@ -82,5 +85,6 @@ body:
- C
- D
- E
default: 0
validations:
required: false

0 comments on commit b4326b7

Please sign in to comment.