From 6e73b132ae1d567132412c46bf78f6a537755940 Mon Sep 17 00:00:00 2001 From: riversdev0 Date: Tue, 19 May 2026 09:03:16 -0500 Subject: [PATCH 1/2] Adding GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/reature_request.md | 21 ++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/reature_request.md 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/reature_request.md b/.github/ISSUE_TEMPLATE/reature_request.md new file mode 100644 index 0000000..f5458e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/reature_request.md @@ -0,0 +1,21 @@ +--- +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 phpIPAM 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. + From 2dc7dc0337dc1eb3013ce4ecf1e8cb9e1c740612 Mon Sep 17 00:00:00 2001 From: riversdev0 Date: Tue, 19 May 2026 09:10:47 -0500 Subject: [PATCH 2/2] GitHub Issue updates --- .github/ISSUE_TEMPLATE/change_request.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/reature_request.md | 3 +-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/change_request.md 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 index f5458e1..3c8d1b5 100644 --- a/.github/ISSUE_TEMPLATE/reature_request.md +++ b/.github/ISSUE_TEMPLATE/reature_request.md @@ -17,5 +17,4 @@ A clear and concise description of what you want to happen. 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 phpIPAM 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. - +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.