-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy path4-task.yml
More file actions
41 lines (38 loc) · 1.23 KB
/
4-task.yml
File metadata and controls
41 lines (38 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Task
description: Describe a task that needs to be done
type: Task
body:
- type: markdown
attributes:
value: >-
Thank you for your interest in qsim! Before continuing, it's worth
[searching through the existing issues in this
repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in
case the same or similar task already exists.
- type: textarea
attributes:
label: What is the task?
placeholder: >-
Describe the task here
validations:
required: true
- type: textarea
attributes:
label: (Optional) Do you have ideas or preferences for the approach?
placeholder: >-
Describe a suggested or preferred approach here
validations:
required: false
- type: dropdown
attributes:
label: How urgent is this for you?
description: >-
Please choose from among the following options. If the lack of this
feature is blocking important work, please choose from among P0–P2.
options:
- P0 – needed within two weeks
- P1 – needed by the next release
- P2 – needed within two quarters
- P3 – not blocked; it's an idea
validations:
required: false