You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ body:
43
43
description: The title of a guideline. Should be punchy and short. Write an Amplification to expand!
44
44
placeholder: We shall not allow `foo` when `bar`
45
45
validations:
46
-
required: false
46
+
required: true
47
47
- type: dropdown
48
48
id: category
49
49
attributes:
@@ -55,14 +55,17 @@ body:
55
55
- Required
56
56
- Advisory
57
57
- Disapplied
58
+
validations:
59
+
required: true
58
60
- type: dropdown
59
61
id: status
60
62
attributes:
61
63
label: Status
62
64
description: The Status when first submitted must always be Draft. Status can be updated over time to Approved and/or Retired.
63
-
multiple: true
64
65
options:
65
66
- Draft
67
+
validations:
68
+
required: true
66
69
- type: input
67
70
id: release-begin
68
71
attributes:
@@ -92,10 +95,11 @@ body:
92
95
attributes:
93
96
label: Decidability
94
97
description: Decidable - This guideline can be automatically checked with tooling. Undecidable - This guideline can not be automatically checked with tooling.
95
-
multiple: true
96
98
options:
97
99
- Decidable
98
100
- Undecidable
101
+
validations:
102
+
required: true
99
103
- type: dropdown
100
104
id: scope
101
105
attributes:
@@ -106,6 +110,8 @@ body:
106
110
- Module
107
111
- Crate
108
112
- System
113
+
validations:
114
+
required: true
109
115
- type: textarea
110
116
id: tags
111
117
attributes:
@@ -123,7 +129,7 @@ body:
123
129
validations:
124
130
required: false
125
131
- type: textarea
126
-
id: exception
132
+
id: exceptions
127
133
attributes:
128
134
label: Exception(s)
129
135
description: An Exception is a chance to specify conditions under which this Guideline does not apply. Zero or more may be supplied.
0 commit comments