change order and spoiler belongings

This commit is contained in:
Bibin Muttappillil 2023-07-24 00:00:56 +02:00
parent 206304d988
commit 8dc2a00091
1 changed files with 20 additions and 20 deletions

View File

@ -8,6 +8,18 @@ body:
value: | value: |
Thanks for taking the time to propose a task! Thanks for taking the time to propose a task!
Do not forget to **update the issue title** with your unique task name. Do not forget to **update the issue title** with your unique task name.
- type: textarea
id: task
attributes:
label: Task description
description: "Formal problem statement. Optional: Add your story idea."
validations:
required: true
- type: textarea
id: subtasks
attributes:
label: Subtasks
description: Possible subtasks or variations of the task.
- type: input - type: input
id: author id: author
attributes: attributes:
@ -20,7 +32,7 @@ body:
id: spoiler-begin id: spoiler-begin
attributes: attributes:
label: "---" label: "---"
description: Opening the spoiler tag description: Opening the spoiler tag to hide solution and topic ideas, preventing accidential spoiling.
placeholder: <details><summary>Topic Tags</summary> placeholder: <details><summary>Topic Tags</summary>
value: <details><summary>Topic Tags</summary> value: <details><summary>Topic Tags</summary>
- type: dropdown - type: dropdown
@ -119,13 +131,6 @@ body:
- warmup - warmup
validations: validations:
required: false required: false
- type: input
id: spoiler-end
attributes:
label: "---"
description: Closing the spoiler tag
placeholder: </details>
value: </details>
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
@ -138,18 +143,6 @@ body:
### Difficulty ### Difficulty
How would you rate the difficulty of this task? Relative to the highest round you selected. How would you rate the difficulty of this task? Relative to the highest round you selected.
Choose the corresponding *difficulty* label for this issue on the right. Choose the corresponding *difficulty* label for this issue on the right.
- type: textarea
id: task
attributes:
label: Task description
description: "Formal problem statement. Optional: Add your story idea."
validations:
required: true
- type: textarea
id: subtasks
attributes:
label: Subtasks
description: Possible subtasks or variations of the task.
- type: textarea - type: textarea
id: solution id: solution
attributes: attributes:
@ -157,3 +150,10 @@ body:
description: Solution idea or possible approaches. You don't need to have a full solution to propose a task, but please write down a few thoughts about how you would approach the task. description: Solution idea or possible approaches. You don't need to have a full solution to propose a task, but please write down a few thoughts about how you would approach the task.
validations: validations:
required: true required: true
- type: input
id: spoiler-end
attributes:
label: "---"
description: Closing the spoiler tag
placeholder: </details>
value: </details>