Skip to content

Commit

Permalink
Merge pull request #765 from KuJoe/master
Browse files Browse the repository at this point in the history
Created Bug Report and Feature Request templates for GitHub Issues by @KuJoe
  • Loading branch information
danpros authored May 21, 2024
2 parents 129478a + bd229f8 commit b16423f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b16423f

Please sign in to comment.