Skip to content

Commit

Permalink
Proposal for 🐛 Bug Report Issue Form (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
VoxelMC and delucis authored Nov 10, 2023
1 parent fa1ba50 commit 5278c12
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/BUGS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: "🐛 Bug Report"
description: Report an issue with the extension or possible visual bug.
labels: [
"bug"
]
body:
- type: markdown
attributes:
value: |
```
╭─────╮
│ ◠ ◡ ◠ Thank you for reporting your issue!
╰─────╯
```
- type: input
id: location
attributes:
label: "🔎 Issue Location"
description: Please indicate where in the window the issue occurs.
placeholder: Scrollbar, editor, menubar, semantic highlighting, etc...
validations:
required: false
- type: textarea
id: description
attributes:
label: "📝 Issue Description"
description: Please describe the issue.
placeholder: Description of your observation...
validations:
required: true
- type: textarea
id: expected
attributes:
label: "🤔 Expected Behavior"
description: Please describe what the expected behavior should be.
placeholder: When viewing this part of the editor, I would expect...
validations:
required: true
- type: textarea
id: additional
attributes:
label: "📋 Additional Information"
description: Please provide any additional information you can provide (images, logs, etc.). Please wrap logs in backticks for readability.

0 comments on commit 5278c12

Please sign in to comment.