Update issue templates

This commit is contained in:
Lorenzo Yario 2025-02-02 22:51:55 -06:00 committed by GitHub
parent 8c6cf17a97
commit 96099945b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 54 additions and 0 deletions

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

@ -0,0 +1,34 @@
---
name: Bug report
about: File a bug report for vichan
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior. Be as detailed as you can:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Server Specs**
- OS used (Ubuntu, CentOS, Windows Server 2025, etc)
- PHP version
- Web server (Apache, NGINX, etc)
- MySQL or MariaDB?
- Vichan version
If you are unsure of your server specs, you might be using shared hosting (Hostinger, HostGator, Serv00, etc). If so, just list which service you are using.
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.