-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ converted GitHub issue template to a form
- Loading branch information
Showing
1 changed file
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,61 @@ | ||
--- | ||
name: 🐛 Bug report | ||
about: Create a bug report to help us improve this software | ||
description: Create a bug report to help us improve this software | ||
title: '' | ||
labels: bug | ||
assignees: gy-mate | ||
--- | ||
|
||
## Description | ||
A clear and concise description of what the bug is. | ||
|
||
### To reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
#### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
#### Actual behavior | ||
A clear and concise description of what actually happens. If applicable, add screenshots to help explain your problem. | ||
|
||
## Debug info | ||
- OS: e.g. macOS | ||
- Browser e.g. Safari | ||
- Version e.g. 17.4 | ||
labels: ["bug"] | ||
projects: ["gy-mate/moodle-to-vikwikiquiz"] | ||
assignees: | ||
- gy-mate | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what the bug is. | ||
placeholder: '' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: To reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error" | ||
- type: textarea | ||
id: expected | ||
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: | ||
label: OS | ||
description: Which operating system are you using? (If applicable.) | ||
options: | ||
- Linux | ||
- macOS | ||
- Windows | ||
- iOS | ||
- Android | ||
- type: dropdown | ||
id: browser | ||
attributes: | ||
label: Browser | ||
description: Which browser are you using? (If applicable.) | ||
options: | ||
- Chrome | ||
- Firefox | ||
- Safari | ||
- Edge | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: Which version of the OS or browser are you using? (If applicable.) | ||
placeholder: '' |