Skip to content

Commit 0ca487c

Browse files
authored
Update general-issue.yml
1 parent 448be71 commit 0ca487c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/ISSUE_TEMPLATE/general-issue.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ body:
5858
- Compatibility Issues
5959
- Documentation unclear/wrong
6060
- Other
61+
default: 0
6162
validations:
6263
required: true
6364

@@ -88,7 +89,7 @@ body:
8889
multiple: false
8990
options:
9091
- macOS
91-
- Linux (specify distro)
92+
- Linux
9293
- Windows
9394
- Other
9495
default: 0
@@ -112,11 +113,6 @@ body:
112113
value: |
113114
<br>
114115
115-
- type: markdown
116-
attributes:
117-
value: |
118-
<br>
119-
120116
- type: dropdown
121117
id: list
122118
attributes:
@@ -166,13 +162,13 @@ body:
166162
id: terms
167163
attributes:
168164
label: Agreements
169-
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Lennolium/swiftGuard/blob/master/.github/CODE_OF_CONDUCT.md)"
165+
description: "By submitting this issue, you acknowledge that you have read, understood, and agreed to the following terms:"
170166
options:
171-
- label: I agree to follow this project's Code of Conduct.
167+
- label: I have read and agree to follow this project's [Code of Conduct](https://github.com/Lennolium/swiftGuard/blob/master/.github/CODE_OF_CONDUCT.md).
172168
required: true
173169
- label: I confirm that I have searched the [Issue Tracker](https://github.com/Lennolium/swiftGuard/blob/master/.github/CODE_OF_CONDUCT.md) for similar issues and this is __not__ a duplicate.
174170
required: true
175171
- label: I am not reporting a personal or third party security vulnerability. If you are, read the [Security Policy](https://github.com/Lennolium/swiftGuard/blob/main/.github/SECURITY.md).
176172
required: true
177-
- label: _(Optional)_ I want to appear in the commit description as a contributor to a bug fix.
173+
- label: _(Optional)_ I want to appear in the commit description as a contributor to the bug fix.
178174
required: false

0 commit comments

Comments
 (0)