Update .gitea/issue_template/proposal.yaml
This commit is contained in:
parent
e5ade0a880
commit
d5fdf9cf88
|
@ -5,20 +5,20 @@ labels:
|
|||
- task/round/any
|
||||
- task/difficulty/any
|
||||
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
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to propose a task!
|
||||
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
|
||||
id: task
|
||||
|
@ -38,7 +38,7 @@ body:
|
|||
id: spoiler-begin
|
||||
attributes:
|
||||
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>
|
||||
value: <details><summary>Topic Tags</summary>
|
||||
|
||||
|
@ -173,6 +173,6 @@ body:
|
|||
id: spoiler-end
|
||||
attributes:
|
||||
label: "---"
|
||||
description: Closing the spoiler tag
|
||||
description: "No change is required: Closing the spoiler tag"
|
||||
placeholder: </details>
|
||||
value: </details>
|
||||
|
|
Loading…
Reference in New Issue