From 67744cc81e1dc05f75ee5ee414f4934275b1ecc9 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Thu, 14 Mar 2024 15:31:42 +0200 Subject: [PATCH] Adds e-performance.yml to Component Builder v5.x --- .gitea/ISSUE_TEMPLATE/e-performance.yml | 61 +++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/e-performance.yml diff --git a/.gitea/ISSUE_TEMPLATE/e-performance.yml b/.gitea/ISSUE_TEMPLATE/e-performance.yml new file mode 100644 index 000000000..4a2448328 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/e-performance.yml @@ -0,0 +1,61 @@ +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: textarea + id: performance-environment + attributes: + label: Environment in which performance issue occurs + description: Provide a detailed description of the environment in which you are experiencing this perforamnce issue. + placeholder: Describe the environment of the preformance issue. + 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 \ No newline at end of file