diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8f02926 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/change_request.md b/.github/ISSUE_TEMPLATE/change_request.md new file mode 100644 index 0000000..cb9a178 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/change_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/reature_request.md b/.github/ISSUE_TEMPLATE/reature_request.md new file mode 100644 index 0000000..3c8d1b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/reature_request.md @@ -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.