-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtemplatekit.yaml
74 lines (74 loc) · 1.77 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: "Technote (lsstdoc LaTeX)"
group: "Documents"
dialog_title: "Create a LaTeX technote"
dialog_fields:
- key: "title"
label: "Technote title"
placeholder: ""
hint: "Don't include the document's handle."
component: "textarea"
- key: "abstract"
label: "Abstract or description"
hint: "You can use LaTeX here."
component: "textarea"
placeholder: ""
- label: "Series"
component: "select"
preset_options:
- label: "DMTN"
value: "DMTN"
presets:
series: "DMTN"
github_org: "lsst-dm"
org: "DM"
- label: "ITTN"
value: "ittn"
presets:
series: "ITTN"
github_org: "lsst-it"
org: "PMO"
- label: "RTN"
value: "rtn"
presets:
series: "RTN"
github_org: "lsst"
org: "OPS"
- label: "PSTN"
value: "PSTN"
presets:
series: "PSTN"
github_org: "lsst-pst"
org: "PST"
- label: "SITCOMTN"
value: "sitcomtn"
presets:
series: "SITCOMTN"
github_org: "lsst-sitcom"
org: "SE"
- label: "SMTN"
value: "smtn"
presets:
series: "SMTN"
github_org: "lsst-sims"
org: "SE"
- label: "SQR"
value: "sqr"
presets:
series: "SQR"
github_org: "lsst-sqre"
org: "DM"
- label: "TSTN"
value: "tstn"
presets:
series: "TSTN"
github_org: "lsst-tstn"
org: "TS"
- label: "Test"
value: "test"
presets:
series: "TESTN"
github_org: "lsst-sqre-testing"
org: "DM"
- label: "Initial copyright holder"
key: "copyright_holder"
component: "select"