Skip to content
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

Change the bug report issue template in order to avoid "1 of n tasks" for the environment section #1783

Closed
wants to merge 2 commits into from
Closed
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
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ body:
4. See error...
validations:
required: true
- type: checkboxes
- type: dropdown
attributes:
label: Environment
description: Mark the appropriate boxes. If you don't know if the statement applies, leave it blank.
description: Select the appropriate options. If you don't know if the statement
applies, leave it blank.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
applies, leave it blank.
applies, leave it unselected.

options:
- label: This happens on the official site, opentogethertube.com
- label: This happens using a self-hosted version.
- label: I'm using the docker image.
- This happens on the official site, opentogethertube.com
- This happens using a self-hosted version.
- I'm using the docker image.
multiple: true
- type: input
attributes:
label: Room name or URL
Expand Down
Loading