[+] Neofetch bug report template

This commit is contained in:
Azalea Gui 2023-05-02 08:03:41 -04:00
parent 219a7c48cc
commit 6d1359d8e9
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B
3 changed files with 32 additions and 58 deletions

32
.github/ISSUE_TEMPLATE/nf_bug.md vendored Normal file
View file

@ -0,0 +1,32 @@
---
name: Neofetch Bug report
about: Create a report for system-information related bugs.
title: ''
labels: 'neofetch'
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is.
- [ ] Does this issue still occur in the master branch? (**Required**)
### Expected behavior
A clear and concise description of what you expected to happen.
### Screenshots
Please include a screenshot of your system information if the specific system environment is relevant to the bug.
If applicable, add screenshots to help explain your problem.
### Config file
1. Run `cp ~/.config/neofetch/config.conf conf.txt`
2. Drag `conf.txt` here to upload it.
### Verbose log
1. Run `neofetch -vv 2> neofetch.log`
2. Drag `neofetch.log` here to upload it.
### Additional context
Add any other context about the problem here.