We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8fbf3 commit ca07544Copy full SHA for ca07544
.github/ISSUE_TEMPLATE/9-task.yml
@@ -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
19
+ label: "Describe the task"
20
+ description: "What needs to or should be done?"
21
+ validations:
22
+ required: true
0 commit comments