Skip to content

Commit

Permalink
🔧 fixed GitHub validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Aug 11, 2024
1 parent 34078d0 commit a8f4303
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
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 All @@ -11,7 +10,6 @@ body:
attributes:
label: Description
description: A clear and concise description of what the bug is.
placeholder: ""
validations:
required: true
- type: textarea
Expand All @@ -25,13 +23,11 @@ body:
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: ""
- type: textarea
id: actual
attributes:
label: Actual behavior
description: A clear and concise description of what actually happens. If applicable, add screenshots to help explain your problem.
placeholder: ""
- type: dropdown
id: os
attributes:
Expand Down Expand Up @@ -60,4 +56,3 @@ body:
attributes:
label: Version
description: Which version of the OS or browser are you using? (If applicable.)
placeholder: ""
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: ✨ Feature request
description: Suggest an idea for this software
title: ""
labels: ["enhancement"]
projects: ["gy-mate/moodle-to-vikwikiquiz"]
assignees:
Expand All @@ -19,12 +18,10 @@ body:
attributes:
label: Preferred solution
description: A clear and concise description of what you would like to happen in these cases.
placeholder: ""
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Considered alternatives
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: ""

0 comments on commit a8f4303

Please sign in to comment.