add bug template
This commit is contained in:
parent
ff0d5863a4
commit
dc788773cd
1 changed files with 23 additions and 0 deletions
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help us improve Handy
|
||||
title: '[BUG] '
|
||||
labels: ['bug']
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Bug Description
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## System Information
|
||||
**App Version:**
|
||||
<!-- You can find this in the app settings or about section -->
|
||||
|
||||
**Operating System:**
|
||||
<!-- e.g., macOS 14.1, Windows 11, Ubuntu 22.04 -->
|
||||
|
||||
**CPU:**
|
||||
<!-- e.g., Apple M2, Intel i7-12700K, AMD Ryzen 7 5800X -->
|
||||
|
||||
**GPU:**
|
||||
<!-- e.g., Apple M2 GPU, NVIDIA RTX 4080, AMD RX 6800 XT, Intel UHD Graphics -->
|
||||
Loading…
Reference in a new issue