Update issue templates

This commit is contained in:
Leo Robinovitch 2024-01-01 14:21:19 -08:00
parent 48b57c74d6
commit e9edb939f9
2 changed files with 53 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,33 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: bug, enhancement
assignees: robinovitch61
---
Read and checkbox the following by putting an "x" in the brackets like `- [x]` before submitting this bug report:
- [ ] I have searched existing issues, opened and closed, for existing solutions to my problem
- [ ] I understand that I have to fill out all of the following or risk my issue being closed and locked
**What you ran, all the output, and the entire error message, if any**
```
<paste here>
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Complete the following information:**
- OS [e.g. Mac, Windows, Ubuntu, Arch, NixOS, etc.]: <your OS here>
- Version [e.g. v0.0.5]: <the version here>
- Available space on disk [e.g. 10GB]: <your value here>
- RAM [e.g. 8GB]: <your value here>
**Additional context**
Add any other context about the problem here.