Skip to content

Commit

Permalink
✅ enabled multiple selection of OSes & browsers; ➕added titles
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Aug 11, 2024
1 parent cadb121 commit 34078d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 🐛 Bug report
description: Create a bug report to help us improve this software
title: ""
labels: ["bug"]
projects: ["gy-mate/moodle-to-vikwikiquiz"]
assignees:
Expand Down Expand Up @@ -35,7 +36,8 @@ body:
id: os
attributes:
label: OS
description: Which operating system are you using? (If applicable.)
description: Which operating system(s) are you using? (If applicable.)
multiple: true
options:
- Linux
- macOS
Expand All @@ -46,7 +48,8 @@ body:
id: browser
attributes:
label: Browser
description: Which browser are you using? (If applicable.)
description: Which browser(s) are you using? (If applicable.)
multiple: true
options:
- Chrome
- Firefox
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ✨ Feature request
description: Suggest an idea for this software
title: ""
labels: ["enhancement"]
projects: ["gy-mate/moodle-to-vikwikiquiz"]
assignees:
- gy-mate
body:
Expand Down

0 comments on commit 34078d0

Please sign in to comment.