Update .gitea/issue_template/proposal.yaml

This commit is contained in:
Bibin Muttappillil 2023-08-11 13:58:29 +02:00
parent e5ade0a880
commit d5fdf9cf88
1 changed files with 11 additions and 11 deletions

View File

@ -5,21 +5,21 @@ labels:
- task/round/any - task/round/any
- task/difficulty/any - task/difficulty/any
body: body:
- type: input
id: author
attributes:
label: Author
description: Who had the idea for this task? If applicable, also link original source.
placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A
validations:
required: true
- type: markdown - type: markdown
attributes: attributes:
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: input
id: author
attributes:
label: Author
description: Who had the idea for this task? If applicable, also link original source.
placeholder: stofl and binna, inspired by https://codeforces.com/problemset/problem/1/A
validations:
required: true
- type: textarea - type: textarea
id: task id: task
attributes: attributes:
@ -38,7 +38,7 @@ body:
id: spoiler-begin id: spoiler-begin
attributes: attributes:
label: "---" label: "---"
description: Opening the spoiler tag to hide solution and topic ideas, preventing accidential spoiling. description: "No change is required: 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>
@ -173,6 +173,6 @@ body:
id: spoiler-end id: spoiler-end
attributes: attributes:
label: "---" label: "---"
description: Closing the spoiler tag description: "No change is required: Closing the spoiler tag"
placeholder: </details> placeholder: </details>
value: </details> value: </details>