From b09856dcf5127568b739348209e5d11c203794a6 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 29 Jan 2024 14:39:08 +0100 Subject: [PATCH 1/2] github templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++++ 2 files changed, 36 insertions(+), 18 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 79b0646e1..bc81e978c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,34 +7,33 @@ assignees: '' --- -**This is for reporting bugs with the code, if this issue is regarding setting up on your local server please use the forum see readme for details** +**This is for reporting bugs with the code, if this issue is regarding setting up on your local server please use the discussions area** **Describe the bug** -A clear and concise description of what the bug is. +Provide a clear and concise description of the bug. -**To Reproduce** -Steps to reproduce the behaviour: +**Steps to Reproduce** 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behaviour** -A clear and concise description of what you expected to happen. +**Expected Behavior** +Describe what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. +Include screenshots if applicable to illustrate the issue. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Desktop Information:** +- OS: [e.g., iOS] +- Browser: [e.g., Chrome, Safari, Firefox] +- Version: [e.g., 22] -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**Smartphone Information:** +- Device: [e.g., iPhone6] +- OS: [e.g., iOS8.1] +- Browser: [e.g., stock browser, safari] +- Version: [e.g., 22] -**Additional context** -Add any other context about the problem here. +**Additional Context** +Provide any other relevant context about the problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..804b9ad9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: Share Your Ideas with the Wavelog Dev-Team +title: '' +labels: '' +assignees: '' + +--- + +**By submitting feature requests, you have the opportunity to contribute your ideas and inspiration to the Wavelog Dev-Team. Please be aware that not every feature request will be addressed or answered.** + +**What Feature is Missing?** +Describe as precisely as possible what you believe is missing. Also, explain how we could achieve the inclusion of this feature. + +**Why is This Feature Important?** +Not every feature holds equal importance. Clarify why you think your suggested feature is crucial and how it enhances Wavelog. + +**Is This Feature Personal or Beneficial to Others as Well?** +If the feature is solely for your benefit, and not beneficial to the broader Wavelog community, we may not prioritize or respond to your request. Ensure that your proposed feature contributes to the entire Wavelog user base. From 370f8b3b7a618fbc6fddc77e88f432abc59b7b0c Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 29 Jan 2024 14:48:28 +0100 Subject: [PATCH 2/2] added version info --- .github/ISSUE_TEMPLATE/bug_report.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bc81e978c..b418fb59e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,13 @@ assignees: '' **Describe the bug** Provide a clear and concise description of the bug. +**Version Information** +We need some information about your versions. You can get all Information in the Admin > Debug Menu +- OS: [e.g. Debian 12] +- PHP: [e.g. 8.2] +- MySQL/MariaDB: [e.g. 10.11] +- Wavelog: [e.g. 1.0] + **Steps to Reproduce** 1. Go to '...' 2. Click on '....' @@ -25,15 +32,15 @@ Describe what you expected to happen. Include screenshots if applicable to illustrate the issue. **Desktop Information:** -- OS: [e.g., iOS] -- Browser: [e.g., Chrome, Safari, Firefox] -- Version: [e.g., 22] +- OS: [e.g., iOS] +- Browser: [e.g., Chrome, Safari, Firefox] +- Version: [e.g., 22] **Smartphone Information:** -- Device: [e.g., iPhone6] -- OS: [e.g., iOS8.1] -- Browser: [e.g., stock browser, safari] -- Version: [e.g., 22] +- Device: [e.g., iPhone6] +- OS: [e.g., iOS8.1] +- Browser: [e.g., stock browser, safari] +- Version: [e.g., 22] **Additional Context** Provide any other relevant context about the problem.