From 7e93203b93d9a3fdf503f87dcca72e1dafbf578c Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Thu, 14 Mar 2024 10:14:21 +0200 Subject: [PATCH] Adds and updates the questionare of e-performance.yml --- .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