Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit fb1c31d

Browse files
committed
tmp
1 parent 81e2c6b commit fb1c31d

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/task-addons-server.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ body:
1414
placeholder: As a <blank>, I want to <blank, so that I can <blank>
1515
validations:
1616
required: true
17-
- type: markdown
18-
id: acceptance
17+
- type: checkboxes
18+
id: checks
1919
attributes:
20-
value: |
21-
```[tasklist]
22-
### Tasks
23-
```
20+
label: Checks
21+
description: Checks before submitting the issue
22+
options:
23+
-
24+
label: Use task lists to track associated subtasks
25+
required: true
26+
-
27+
label: If the issue is ready to work on, remove the "needs:info" label
28+
required: true

0 commit comments

Comments
 (0)