generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 40
/
ReportStream_Form_Template.yml
69 lines (69 loc) · 1.88 KB
/
ReportStream_Form_Template.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: Report Stream Issue Report
description: Report an issue with Report Stream
title: "[Type a short name for your issue here]: "
labels: ["issue", "triage"]
assignees: ["Anshul Kumar","Adrian Brewster"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this Report Stream report!
- type: input
id: name
attributes:
label: Contact Name
description: Name of the person submitting this report
placeholder: Mr. John Administrator
validations:
required: true
- type: input
id: organization
attributes:
label: Submitting Organization
description: Name of the organization submitting this report
placeholder: Louisiana Department of Health
validations:
required: true
- type: input
id: email
attributes:
label: Contact Email
description: How do we contact you?
placeholder: ex. [email protected]
validations:
required: true
- type: textarea
id: issue_description
attributes:
label: Issue description
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "not what I expected!"
validations:
required: true
- type: textarea
id: expected_behaviour
attributes:
label: expected behaviour
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you would like to see!
value: "this is what I expected!"
validations:
required: true
- type: input
id: dateissuestarted
attributes:
label: Date Issue Started
description: Date Issue Started
placeholder: mm/dd/yyyy
validations:
required: true
- type: dropdown
id: severity
attributes:
label: Issue severity
description: How severe is this issue
options:
- Low
- Medium
- High