1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-14 01:52:39 +01:00

Update bug_report.md

This commit is contained in:
Lorenzo Yario 2025-02-02 23:01:48 -06:00 committed by GitHub
parent 96099945b9
commit 50d57a4464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,34 +1,69 @@
--- name: Bug Report
name: Bug report description: File a bug report for Vichan
about: File a bug report for vichan title: "[BUG] "
title: '' labels: ["bug"]
labels: bug assignees: []
assignees: ''
--- body:
- type: markdown
attributes:
value: |
**Thank you for reporting a bug! Please provide as much detail as possible.**
**Describe the bug** Before submitting, check the [Vichan Wiki](https://vichan.info) to see if there's already a solution to your problem.
A clear and concise description of what the bug is.
**To Reproduce** - type: input
Steps to reproduce the behavior. Be as detailed as you can: id: bug_description
1. Go to '...' attributes:
2. Click on '....' label: "Describe the bug"
3. Scroll down to '....' description: "A clear and concise description of what the bug is."
4. See error placeholder: "Posting doesn't go through and displays a collation error. The exact error message given is the text below and I've attached a screenshot..."
validations:
required: true
**Expected behavior** - type: textarea
A clear and concise description of what you expected to happen. id: steps_to_reproduce
attributes:
label: "Steps to Reproduce"
description: "Provide step-by-step instructions to reproduce the issue."
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
render: markdown
validations:
required: true
**Screenshots** - type: textarea
If applicable, add screenshots to help explain your problem. id: expected_behavior
attributes:
label: "Expected Behavior"
description: "What did you expect to happen?"
placeholder: "Expected behavior here..."
render: markdown
validations:
required: true
**Server Specs** - type: textarea
- OS used (Ubuntu, CentOS, Windows Server 2025, etc) id: server_specs
- PHP version attributes:
- Web server (Apache, NGINX, etc) label: "Server Specifications"
- MySQL or MariaDB? description: "Provide details about your server environment. If you're unsure about any of this, you might be using shared hosting (Hostinger, HostGator, Serv00, etc). If so, put the name of your hosting provider here."
- Vichan version placeholder: |
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. - OS: (Ubuntu, CentOS, Windows Server 2025, etc.)
**Additional context** - PHP Version: (e.g., 7.4, 8.0, 8.1)
Add any other context about the problem here. - Web Server: (Apache, NGINX, etc.)
- Database: (MySQL, MariaDB, etc.)
- Vichan Version: (5.2.0, 5.3.0 (dev branch), etc)
render: markdown
validations:
required: true
- type: textarea
id: additional_context
attributes:
label: "Additional Context"
description: "Any other details we should know?"
placeholder: "Add any additional context here..."
render: markdown