Update .gitea/issue_template/proposal.yaml
This commit is contained in:
parent
33c918251f
commit
8a6bec9071
|
@ -15,7 +15,7 @@ body:
|
||||||
id: author
|
id: author
|
||||||
attributes:
|
attributes:
|
||||||
label: Author
|
label: Author
|
||||||
description: Who had the idea for this task? If applicable, also link original source.
|
description: Who had the idea for this task? If applicable, also link to the original source.
|
||||||
placeholder: stofl and binna, inspired by https://codeforces.com/problemset/problem/1/A
|
placeholder: stofl and binna, inspired by https://codeforces.com/problemset/problem/1/A
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -38,7 +38,7 @@ body:
|
||||||
id: spoiler-begin
|
id: spoiler-begin
|
||||||
attributes:
|
attributes:
|
||||||
label: "---"
|
label: "---"
|
||||||
description: "No change is required: 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 accidental 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>
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ body:
|
||||||
id: topics-freeform
|
id: topics-freeform
|
||||||
attributes:
|
attributes:
|
||||||
label: "Topics (free-form)"
|
label: "Topics (free-form)"
|
||||||
description: "Additional topics which are not available in the dropdown."
|
description: "Additional topics that are not available in the dropdown."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### Rounds
|
### Rounds
|
||||||
Which rounds would this task be applicable?
|
In which rounds would this task be applicable?
|
||||||
Choose the corresponding *round* label(s) for this issue on the right.
|
Choose the corresponding *round* label(s) for this issue on the right.
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Reference in New Issue