Update and rename bug-report.md to bug-report.yml

This commit is contained in:
Gregory Schier
2024-09-12 07:04:40 -07:00
committed by GitHub
parent aeecac7ded
commit 77153525fb
2 changed files with 43 additions and 21 deletions

View File

@@ -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
View 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