Merge branch 'dev'
This commit was merged in pull request #16.
This commit is contained in:
@@ -2,7 +2,10 @@ name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
labels:
|
||||
- kind/feature
|
||||
- triage
|
||||
assignees:
|
||||
- WorldTeacher
|
||||
proojects:
|
||||
- KomSuite/3
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
|
||||
57
bug.yml
Normal file
57
bug.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
name: Bug Report
|
||||
description: Report a bug in this project
|
||||
title: "[Bug]: "
|
||||
labels:
|
||||
- kind/bug
|
||||
- triage/needs triage
|
||||
body:
|
||||
|
||||
- type: textarea
|
||||
id: bug
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: |
|
||||
A clear and concise description of what the bug is.
|
||||
What did you expect to happen? What happened instead?
|
||||
Include screenshots if applicable.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: |
|
||||
A clear and concise description of how to reproduce the bug.
|
||||
Include steps, code snippets, or screenshots if applicable.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: |
|
||||
Add any other context or screenshots about the bug here.
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
|
||||
- type: dropdown
|
||||
id: operating-systems
|
||||
attributes:
|
||||
label: What operating systems are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Windows
|
||||
- macOS
|
||||
- Linux
|
||||
- iOS
|
||||
- Android
|
||||
|
||||
|
||||
Reference in New Issue
Block a user