From a03f3b225527c74baf4ce970287d67abb7f30825 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Wed, 13 Mar 2024 10:06:40 +0200 Subject: [PATCH] Adds the b-enhancement-4-default.yml --- .../b-enhancement-4-default.yml | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/b-enhancement-4-default.yml diff --git a/.gitea/ISSUE_TEMPLATE/b-enhancement-4-default.yml b/.gitea/ISSUE_TEMPLATE/b-enhancement-4-default.yml new file mode 100644 index 0000000..f21d311 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/b-enhancement-4-default.yml @@ -0,0 +1,78 @@ +name: Default Enhancement Request +about: Suggest an enhancement idea. +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: textarea + id: environment + attributes: + label: Environment in which this enhancement will function + description: Please provide a detailed description of the environment for which you are proposing this enhancment. + placeholder: Describe the environment applicable. + value: "" + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which area of Getbible does this enhancement request relate to? + multiple: true + options: + - loader + - daily-scripture + - daily-light + - joomla-component + - v2_builder + - v2 + - api + - librarian + - getverse + - Other + validations: + required: true + - type: textarea + id: where_it_applies + attributes: + label: Where in the above selected area does this enhancement apply? + description: If applicable, please provide a in depth discription of where enhancement request applies. + placeholder: Explain in detail where it applies. + value: "" + validations: + required: false + - 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.