Skip to content

Commit

Permalink
Merge branch 'zvonimir-dev' into 'master'
Browse files Browse the repository at this point in the history
fix: Improve issue templates

See merge request videostreaming/Grayjay.Desktop!3
  • Loading branch information
koen-futo committed Dec 23, 2024
2 parents d7e6671 + a0c67d2 commit 0a4ea17
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
37 changes: 20 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: Let us know about an unexpected error, a crash, or an incorrect behavior.
labels: ["Bug", "new"]
labels: ["Bug"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -41,18 +41,21 @@ body:
label: What plugins are you seeing the problem on?
multiple: true
options:
- All
- Youtube
- BiliBili (CN)
- Twitch
- Odysee
- Rumble
- Kick
- PeerTube
- Patreon
- Nebula
- SoundCloud
- Other
- "All"
- "Youtube"
- "Odysee"
- "Rumble"
- "Kick"
- "Twitch"
- "PeerTube"
- "Patreon"
- "Nebula"
- "BiliBili (CN)"
- "Bitchute"
- "SoundCloud"
- "Dailymotion"
- "Apple Podcasts"
- "Other"
validations:
required: true

Expand All @@ -69,9 +72,9 @@ body:
label: Which operating system are you using?
multiple: true
options:
- Linux
- MacOS
- Windows
- "Linux"
- "MacOS"
- "Windows"
validations:
required: true

Expand All @@ -90,8 +93,8 @@ body:
label: Are you using a VPN?
multiple: false
options:
- "Yes"
- "No"
- "Yes"
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Suggest a new feature or other enhancement.
labels: ["Enhancement", "new"]
labels: ["Enhancement"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 0a4ea17

Please sign in to comment.