Skip to content

Commit a3c6bbb

Browse files
committed
Issue template changes
1 parent 1c4b82d commit a3c6bbb

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ body:
7676
attributes:
7777
label: Expected behavior
7878

79+
validations:
80+
required: true
81+
7982
- type: textarea
8083
id: actual-behavior
8184

@@ -97,6 +100,9 @@ body:
97100
- Medium bug (needs attention)
98101
- Major bug (must be fixed immediately)
99102

103+
validations:
104+
required: true
105+
100106
- type: checkboxes
101107
id: contribution-guidelines
102108

@@ -105,11 +111,14 @@ body:
105111
description: By submitting this issue, you agree that...
106112

107113
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+
108117
- label: You have read the [documentation](https://float-toolkit.web.app/) and made sure this is not intended behavior.
109118
required: true
110119

111120
- label: The issue has not already been reported.
112121
required: true
113122

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).
115124
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ contact_links:
66
about: Please check the documentation before filing new issues.
77

88
- name: Support
9-
url: https://github.com/float-toolkit/core/discussions
9+
url: https://github.com/float-toolkit/core/discussions/categories/q-a
1010
about: Need help? Ask on GitHub discussions!

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ body:
7676
- Medium (needs attention)
7777
- Major (must be fixed immediately)
7878

79+
validations:
80+
required: true
81+
7982
- type: checkboxes
8083
id: contribution-guidelines
8184

@@ -84,11 +87,11 @@ body:
8487
description: By submitting this issue, you agree that...
8588

8689
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).
8891
required: true
8992

90-
- label: The issue is not already being worked on.
93+
- label: The issue has not already been reported.
9194
required: true
9295

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).
9497
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ body:
7070
description: By submitting this issue, you agree that...
7171

7272
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+
7376
- label: You have read the [documentation](https://float-toolkit.web.app/) and made sure this is not already implemented.
7477
required: true
7578

@@ -82,5 +85,5 @@ body:
8285
- label: This feature fits with Float Toolkit's philosophy and goals.
8386
required: true
8487

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).
8689
required: true

0 commit comments

Comments
 (0)