-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtemplatekit.yaml
51 lines (51 loc) · 1.31 KB
/
templatekit.yaml
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
name: "Test Report (lsstdoc LaTeX)"
group: "Documents"
dialog_title: "Create a test report"
dialog_fields:
- key: "title"
label: "Milestone name"
placeholder: ""
hint: "Used in the repo README, description and in the title."
component: "textarea"
- key: "plan"
label: "Milestone ID/plan"
hint: "Example: LVV-P73"
component: "text"
- key: "author"
label: "Author"
hint: "Author/curator name"
component: "text"
placeholder: ""
- label: "Series"
component: "select"
preset_options:
- label: "DMTR"
value: "DMTR"
presets:
series: "DMTR"
github_org: "lsst-dm"
namespace: "DM"
- label: "PSTR"
value: "PSTR"
presets:
series: "PSTR"
github_org: "lsst-pst"
namespace: "PST"
- label: "SCTR"
value: "SCTR"
presets:
series: "SCTR"
github_org: "lsst-sitcom"
namespace: "SE"
- label: "Test"
value: "test"
presets:
series: "TESTTR"
github_org: "lsst-sqre-testing"
namespace: "DM"
- key: "serial_number"
label: "Document number"
placeholder: "0"
hint: "Numbers only. Register the document in DocuShare to determine the number."
component: "text"
text_subtype: "number"