task-proposal-repo-showcase/.gitea/issue_template/proposal.yaml

55 lines
1.8 KiB
YAML
Raw Normal View History

2023-07-21 21:29:27 +02:00
name: Task Proposal
about: Propose an idea for a task to be used in contests at SOI.
body:
- 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, inspired by https://codeforces.com/problemset/problem/1/A
validations:
required: true
- type: markdown
attributes:
2023-07-21 21:36:24 +02:00
value: |
2023-07-21 21:44:18 +02:00
### Topics
Relevant topics for this task.
Choose the corresponding *topic* labels for this issue on the right.
2023-07-21 21:29:27 +02:00
- type: markdown
attributes:
2023-07-21 21:33:49 +02:00
value: |
2023-07-21 21:44:18 +02:00
### Rounds
Which rounds would this task be applicable?
Choose the corresponding *round* label(s) for this issue on the right.
2023-07-21 21:29:27 +02:00
- type: markdown
attributes:
2023-07-21 21:33:49 +02:00
value: |
2023-07-21 21:44:18 +02:00
### 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.
2023-07-21 21:29:27 +02:00
- type: textarea
id: task
attributes:
label: Task description
2023-07-21 21:31:31 +02:00
description: "Formal problem statement. Optional: Add your story idea."
2023-07-21 21:29:27 +02:00
validations:
required: true
- type: textarea
id: subtasks
attributes:
label: Subtasks
description: Possible subtasks or variations of the task.
- type: textarea
id: solution
attributes:
label: Solution
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