mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
New issue templates
Updated to use YAML format, along with some minor changes and additions. - Update format and description for further clarity
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
name: Bug report
|
||||
description: Create a report to help us improve
|
||||
labels: Bug
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is. Screenshots are also encouraged.
|
||||
placeholder: Please use English for reports and screenshots to allow maintainers to easily understand the issue.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Area of issue
|
||||
description: What component(s) of Open-Shell does this involve? Select all that apply.
|
||||
multiple: true
|
||||
options:
|
||||
- Start menu
|
||||
- Taskbar
|
||||
- Windows Explorer
|
||||
- Internet Explorer
|
||||
- Installation/Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To reproduce
|
||||
description: Steps to reproduce the behavior
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
placeholder: What did you expect to happen?
|
||||
- type: input
|
||||
attributes:
|
||||
label: Open-Shell version
|
||||
placeholder: e.g. 4.4.170
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Windows version
|
||||
placeholder: e.g. Windows 10 22H2
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the problem here.
|
||||
Reference in New Issue
Block a user