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/bug-report.yml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@ body:
76
76
attributes:
77
77
label: Expected behavior
78
78
79
+
validations:
80
+
required: true
81
+
79
82
- type: textarea
80
83
id: actual-behavior
81
84
@@ -97,6 +100,9 @@ body:
97
100
- Medium bug (needs attention)
98
101
- Major bug (must be fixed immediately)
99
102
103
+
validations:
104
+
required: true
105
+
100
106
- type: checkboxes
101
107
id: contribution-guidelines
102
108
@@ -105,11 +111,14 @@ body:
105
111
description: By submitting this issue, you agree that...
106
112
107
113
options:
114
+
- label: This is a bug, not you [asking for support](https://github.com/float-toolkit/core/discussions/categories/q-a).
115
+
required: true
116
+
108
117
- label: You have read the [documentation](https://float-toolkit.web.app/) and made sure this is not intended behavior.
109
118
required: true
110
119
111
120
- label: The issue has not already been reported.
112
121
required: true
113
122
114
-
- label: You are following the project's [Code of Conduct](https://github.com/float-toolkit/core/blob/master/.github/CODE_OF_CONDUCT.md).
123
+
- label: You are following the project's [Code of Conduct](https://github.com/float-toolkit/core/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/float-toolkit/core/blob/master/.github/CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/docs.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@ body:
76
76
- Medium (needs attention)
77
77
- Major (must be fixed immediately)
78
78
79
+
validations:
80
+
required: true
81
+
79
82
- type: checkboxes
80
83
id: contribution-guidelines
81
84
@@ -84,11 +87,11 @@ body:
84
87
description: By submitting this issue, you agree that...
85
88
86
89
options:
87
-
- label: The issue has not already been reported.
90
+
- label: This is a documentation issue, not you [asking for support](https://github.com/float-toolkit/core/discussions/categories/q-a).
88
91
required: true
89
92
90
-
- label: The issue is not already being worked on.
93
+
- label: The issue has not already been reported.
91
94
required: true
92
95
93
-
- label: You are following the project's [Code of Conduct](https://github.com/float-toolkit/core/blob/master/.github/CODE_OF_CONDUCT.md).
96
+
- label: You are following the project's [Code of Conduct](https://github.com/float-toolkit/core/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/float-toolkit/core/blob/master/.github/CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@ body:
70
70
description: By submitting this issue, you agree that...
71
71
72
72
options:
73
+
- label: This is a suggestion, not you [asking for support](https://github.com/float-toolkit/core/discussions/categories/q-a).
74
+
required: true
75
+
73
76
- label: You have read the [documentation](https://float-toolkit.web.app/) and made sure this is not already implemented.
74
77
required: true
75
78
@@ -82,5 +85,5 @@ body:
82
85
- label: This feature fits with Float Toolkit's philosophy and goals.
83
86
required: true
84
87
85
-
- label: You are following the project's [Code of Conduct](https://github.com/float-toolkit/core/blob/master/.github/CODE_OF_CONDUCT.md).
88
+
- label: You are following the project's [Code of Conduct](https://github.com/float-toolkit/core/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/float-toolkit/core/blob/master/.github/CONTRIBUTING.md).
0 commit comments