change order and spoiler belongings
This commit is contained in:
parent
206304d988
commit
8dc2a00091
|
@ -8,6 +8,18 @@ body:
|
|||
value: |
|
||||
Thanks for taking the time to propose a task!
|
||||
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
|
||||
id: author
|
||||
attributes:
|
||||
|
@ -20,7 +32,7 @@ body:
|
|||
id: spoiler-begin
|
||||
attributes:
|
||||
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>
|
||||
value: <details><summary>Topic Tags</summary>
|
||||
- type: dropdown
|
||||
|
@ -119,13 +131,6 @@ body:
|
|||
- warmup
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: spoiler-end
|
||||
attributes:
|
||||
label: "---"
|
||||
description: Closing the spoiler tag
|
||||
placeholder: </details>
|
||||
value: </details>
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
|
@ -138,18 +143,6 @@ body:
|
|||
### Difficulty
|
||||
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.
|
||||
- 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
|
||||
id: solution
|
||||
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.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: spoiler-end
|
||||
attributes:
|
||||
label: "---"
|
||||
description: Closing the spoiler tag
|
||||
placeholder: </details>
|
||||
value: </details>
|
||||
|
|
Loading…
Reference in New Issue