Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug report'
assignees: ''

---

**Describe the bug**
Please write a clear and concise description of the bug you see.

**Your Environment (please supply the following information):**
- OS: [e.g. Ubuntu 24.04 64bit]
- PHP version: [e.g. php 8.3 64bit]
- Webserver: [e.g Apache/NGINX]
- Database: [e.g MariaDB 10.2]

**Steps To Reproduce**
Please include steps to reproduce the issue:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Screenshots and error logs**
Please set `$debugging=true;` in your config.php and include any reported error messages. If applicable, add screenshots or other error logs to help explain your problem.

**Additional Info**
Add any other useful info about the problem here. e.g enabled modules or advanced usage such as MySQL clustering/reverse proxies.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/change_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Change request
about: Suggest a modification to this project
title: ''
labels: 'change request'
assignees: ''

---

**Is your change request related to a problem? Please describe.**
A clear and concise description of the problem, if there is one. Ex. I'm always frustrated when [...]

**Describe what you'd like different**
A clear and concise description of what you want changed.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or workarounds you've considered.

**Describe how the change would benefit other users**
Add how this change would benefit other php-ssl users. Your change may need to be generalised to be as useful as possible. Add any other context or screenshots about the change request here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/reature_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: ''
labels: 'feature request'
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.

**Describe how the feature would benefit other users**
Add how this feature would benefit other php-ssl users. Your feature may need to be generalised to be as useful as possible. Add any other context or screenshots about the feature request here.