Testing github bug reporting stuff

This commit is contained in:
Jaret Burkett
2024-08-18 16:09:52 -06:00
parent 5603f9e004
commit dc6f36cd82
3 changed files with 38 additions and 0 deletions

22
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels:
- bug
body:
- type: markdown
attributes:
value: >
Thanks for taking the time to fill out this bug report!
Before submitting, please make sure you've read our [important information about reporting issues](link-to-before_reporting.md).
- type: checkboxes
id: terms
attributes:
label: Preflight Checklist
description: Please ensure you've completed these before submitting
options:
- label: I have verified this is an actual bug by asking in the Discord
required: true
- label: I understand that GitHub issues are ONLY for verified bugs in the code
required: true