8000 Use proper required checkboxes syntax by HonkingGoose · Pull Request #1699 · progit/progit2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use proper required checkboxes syntax #1699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,23 @@ body:
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
validations:
required: true
required: true

- type: checkboxes
attributes:
label: This report is about a single actionable bug.
description: Please create one issue per bug, split up your bug reports if needed.
options:
- label: I'm reporting a single actionable bug
validations:
required: true
required: true

- type: checkboxes
attributes:
label: This report is about the ProGit book, version 2, English language.
description: Bug reports about translations or the first version of the book are not accepted.
options:
- label: This bug is not about a translation or old version
validations:
required: true
required: true

- type: checkboxes
attributes:
Expand Down
0