Merge pull request #765 from KuJoe/master

Created Bug Report and Feature Request templates for GitHub Issues by @KuJoe
This commit is contained in:
Dan 2024-05-21 16:40:54 +07:00 committed by GitHub
commit b16423fbc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 report to help us improve
title: "[BUG REPORT]"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots/Errors**
If applicable, add screenshots and/or error messages to help explain your problem. You may need to check your webserver's error logs.
**HTMLy Version**
Please list the exact version you are using (can be found on /admin/update next to "Installed Version").
**Server Info (please complete the following information):**
- OS: [e.g. Ubuntu 22.04.4, Debian 12, etc...]
- Webserver [e.g. Apache 2.4, nginx 1.25, lighttpd 1.4.76, etc...]
- PHP Version [e.g. PHP 5.6, PHP 7.4, PHP 8.3, etc...]
**Link to installation (optional, but usually helpful)**
**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: "[FEATURE REQUEST]"
labels: enhancement
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 and how you'd like to see this handled/implemented/fixed.
**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.