From 24a860fef648960a5e92a36e25716c0336a02b91 Mon Sep 17 00:00:00 2001 From: Malachi van der Merwe Date: Tue, 5 Mar 2024 08:46:18 +0200 Subject: [PATCH] Adds issue --- .../.gitea/ISSUE_TEMPLATE/b-enhancement.yml | 83 ++++++++++++ .../.gitea/ISSUE_TEMPLATE/e-performance.yml | 126 ++++++++++++++++++ support/.gitea/ISSUE_TEMPLATE/h-test.yml | 84 ++++++++++++ 3 files changed, 293 insertions(+) create mode 100644 support/.gitea/ISSUE_TEMPLATE/b-enhancement.yml create mode 100644 support/.gitea/ISSUE_TEMPLATE/e-performance.yml create mode 100644 support/.gitea/ISSUE_TEMPLATE/h-test.yml diff --git a/support/.gitea/ISSUE_TEMPLATE/b-enhancement.yml b/support/.gitea/ISSUE_TEMPLATE/b-enhancement.yml new file mode 100644 index 00000000..9deb1473 --- /dev/null +++ b/support/.gitea/ISSUE_TEMPLATE/b-enhancement.yml @@ -0,0 +1,83 @@ +name: Enhancement Request +about: Suggest an idea for Joomla-Sermon-Distributor +title: "[ENHANCEMENT]: " +labels: + - enhancement +body: + - type: markdown + attributes: + value: | + Thank you for suggesting an enhancement! Your input is crucial for our innovation and progress. To assist us better, please share detailed information about your idea. + - type: textarea + id: enhancement-details + attributes: + label: Enhancement Details + description: Could you detail the enhancement you're suggesting? Explain the issue it addresses or the new feature it introduces. + placeholder: Please give an in-depth explanation of your proposed enhancement. + validations: + required: true + - type: markdown + attributes: + value: | + # Context and Priority + - type: dropdown + id: system + attributes: + label: On which Joomla version will this enhancement have an impact? + multiple: true + options: + - Joomla 5 + - Joomla 4 + - Joomla 3 + - Other + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which part of the system will be affected by this enhancement? + multiple: true + options: + - Dashboard(admin_view) + - Preachers(admin_views) + - Preacher(admin_view) + - Sermons(admin_views) + - Sermon(admin_view) + - Sermons Categories(admin_views) + - Series List(admin_view) + - Series(admin_views) + - Statistics(admin_views) + - External Sources(admin_views) + - External Source(admin_view) + - Manual Updater(admin_view) + - Local Listings(admin_views) + - Help Documents(admin_views) + - Categories(site_views) + - Category(site_view) + - Preacher(site_view) + - Preachers(site_views) + - Series(site_view) + - Series List(site_views) + - Other + validations: + required: true + - type: textarea + id: benefits + attributes: + label: Expected Benefits + description: What advantages can be anticipated from this enhancement? How does it contribute to the improvement of the system? + placeholder: Detail the advantages that this enhancement will provide. + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Supply additional context or screenshots related to the enhancement request in this space. + validations: + required: false + - type: textarea + id: comments + attributes: + label: Additional Comments + description: Feel free to include any further comments or pertinent details that might assist us. diff --git a/support/.gitea/ISSUE_TEMPLATE/e-performance.yml b/support/.gitea/ISSUE_TEMPLATE/e-performance.yml new file mode 100644 index 00000000..1f274a3c --- /dev/null +++ b/support/.gitea/ISSUE_TEMPLATE/e-performance.yml @@ -0,0 +1,126 @@ +name: Performance Issue +about: Recommend or propose performance improvements +title: "[PERFORMANCE]: " +labels: + - performance +body: + - type: markdown + attributes: + value: | + Appreciation for tackling performance challenges! Optimizing performance is vital for our system's efficiency and the user experience. Could you offer more comprehensive details to aid in identifying and resolving the suggested performance issue or improvement? + - type: textarea + id: performance-details + attributes: + label: Performance Details + description: Please outline the performance problem or the enhancements you propose. Is it related to speed, resource usage, responsiveness, or something else? + placeholder: Offer an in-depth explanation of the performance challenge or improvement. + validations: + required: true + - type: markdown + attributes: + value: | + # Affected Systems and Context + - type: dropdown + id: system + attributes: + label: Which Joomla version is affected by this performance issue? + multiple: true + options: + - Joomla 5 + - Joomla 4 + - Joomla 3 + - Other + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which part of the system will be affected by this performance issue? + multiple: true + options: + - Dashboard(admin_view) + - Preachers(admin_views) + - Preacher(admin_view) + - Sermons(admin_views) + - Sermon(admin_view) + - Sermons Categories(admin_views) + - Series List(admin_view) + - Series(admin_views) + - Statistics(admin_views) + - External Sources(admin_views) + - External Source(admin_view) + - Manual Updater(admin_view) + - Local Listings(admin_views) + - Help Documents(admin_views) + - Categories(site_views) + - Category(site_view) + - Preacher(site_view) + - Preachers(site_views) + - Series(site_view) + - Series List(site_views) + - Other + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: Which browsers did you experience the performance problem on? + multiple: true + options: + - Chrome + - Firefox + - Microsoft Edge + - Safari + - Opera + - Brave + - Vivaldi + validations: + required: true + - type: dropdown + id: os + attributes: + label: Which operating system are you using? + multiple: true + options: + - Windows (Desktop) + - macOS (Desktop) + - Linux (Desktop) + - Other + validations: + required: true + - type: textarea + id: replication-steps + attributes: + label: Steps to Replicate + description: If possible, share a step-by-step guide to replicate the performance problem. + placeholder: Explain how to replicate the problem. + validations: + required: false + - type: textarea + id: impact-assessment + attributes: + label: Impact Assessment + description: How does the performance problem impact the system or its users? How severe is its effect? + placeholder: Explain the impact of the performance problem. + validations: + required: true + - type: textarea + id: proposed-solutions + attributes: + label: Proposed Solutions or Ideas + description: If you have any suggestions or ideas for resolving the performance problem, please share them here. + placeholder: Share any potential solutions or improvement problem. + validations: + required: false + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Provide any additional context, benchmarks, logs, or screenshots that might help in understanding or addressing the performance problem. + validations: + required: false + - type: textarea + id: comments + attributes: + label: Additional Comments + description: Feel free to include any further comments or pertinent details that might assist us. diff --git a/support/.gitea/ISSUE_TEMPLATE/h-test.yml b/support/.gitea/ISSUE_TEMPLATE/h-test.yml new file mode 100644 index 00000000..c42cb7af --- /dev/null +++ b/support/.gitea/ISSUE_TEMPLATE/h-test.yml @@ -0,0 +1,84 @@ +name: Test Issue +about: Recommend additional assessments or identify any problems with current tests. +title: "[TEST]: " +labels: + - test +body: + - type: markdown + attributes: + value: | + Thank you for your involvement in the testing phase of our initiative! Thorough testing is essential to uphold the integrity and dependability of our systems. Please provide detailed information to aid us in comprehending the testing activity or problem you're proposing or highlighting. + + - type: textarea + id: testing-details + attributes: + label: Testing Details + description: Could you specify the testing task or concern? Are you proposing a new test, pointing out a defect in current tests, or identifying untested areas? + placeholder: Please offer an detailed description of the testing task or issue. + validations: + required: true + - type: markdown + attributes: + value: | + # Affected Components and Context + - type: dropdown + id: system + attributes: + label: Which Joomla version is this testing issue related to? + multiple: true + options: + - Joomla 5 + - Joomla 4 + - Joomla 3 + - Other + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which area of the system does this testing task impact? + multiple: true + options: + - Dashboard(admin_view) + - Preachers(admin_views) + - Preacher(admin_view) + - Sermons(admin_views) + - Sermon(admin_view) + - Sermons Categories(admin_views) + - Series List(admin_view) + - Series(admin_views) + - Statistics(admin_views) + - External Sources(admin_views) + - External Source(admin_view) + - Manual Updater(admin_view) + - Local Listings(admin_views) + - Help Documents(admin_views) + - Categories(site_views) + - Category(site_view) + - Preacher(site_view) + - Preachers(site_views) + - Series(site_view) + - Series List(site_views) + - Other + validations: + required: true + - type: textarea + id: expected-outcome + attributes: + label: Expected Outcome + description: What do you expect to achieve with this testing task? How will it improve the system or its reliability? + placeholder: Describe the expected outcome of this testing task. + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Provide any additional context, testing scenarios, or information that might help in understanding or implementing the testing task. + validations: + required: false + - type: textarea + id: comments + attributes: + label: Additional Comments + description: Feel free to include any further comments or pertinent details that might assist us.