mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-22 23:57:57 +01:00
Update and rename bug-report.md to bug-report.yml
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bug-report.md
vendored
21
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,21 +0,0 @@
|
||||
## Describe the bug
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## To Reproduce
|
||||
1. I did a thing
|
||||
2. I did another thing
|
||||
3. Then the thing happened
|
||||
|
||||
## Expected behavior
|
||||
A description of what you expected to happen.
|
||||
|
||||
## Screenshots/Video
|
||||
If applicable, add screenshots/video to help explain your problem.
|
||||
Remember to mark the area in the application thats impacted.
|
||||
|
||||
## App Info
|
||||
- OS: [e.g. iOS]
|
||||
- Version [e.g. 2024.8.0]
|
||||
|
||||
## Additional context
|
||||
Add any other context about the problem here.
|
||||
43
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
name: Bug Report
|
||||
description: File a bug report.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
assignees:
|
||||
- gschier
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of our software are you running?
|
||||
placeholder: 2024.8.0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: What operating system are you on?
|
||||
multiple: false
|
||||
options:
|
||||
- macOS
|
||||
- Windows
|
||||
- Linux
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
Reference in New Issue
Block a user