Skip to content

Commit ca07544

Browse files
Add a task template
1 parent 8c8fbf3 commit ca07544

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/9-task.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
3+
name: "Task"
4+
description: "Create a general task that does not fit other categories."
5+
title: "[Task]: <title>"
6+
labels: ["triage"]
7+
type: "Task"
8+
assignees:
9+
- simonkurtz-MSFT
10+
body:
11+
- type: markdown
12+
attributes:
13+
value: |
14+
Tasks are primarily to be used for repo maintainers. In other words, this should mostly be reserved for Engineering's To-Do list.
15+
16+
- type: textarea
17+
id: feature
18+
attributes:
19+
label: "Describe the task"
20+
description: "What needs to or should be done?"
21+
validations:
22+
required: true

0 commit comments

Comments
 (0)