mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 22:16:23 +05:30
Merge pull request #765 from KuJoe/master
Created Bug Report and Feature Request templates for GitHub Issues by @KuJoe
This commit is contained in:
commit
b16423fbc1
2 changed files with 53 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue