From fd8e0d4c7b25a40a2e3871e0e4c425cb7ef341f1 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Wed, 13 Mar 2024 10:13:06 +0200 Subject: [PATCH] Adds the h-test-4-default.yml --- .gitea/ISSUE_TEMPLATE/h-test-4-default.yml | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/h-test-4-default.yml diff --git a/.gitea/ISSUE_TEMPLATE/h-test-4-default.yml b/.gitea/ISSUE_TEMPLATE/h-test-4-default.yml new file mode 100644 index 0000000..6f0080b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/h-test-4-default.yml @@ -0,0 +1,69 @@ +name: Default 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: textarea + id: environment + attributes: + label: Environment for which this testing task applies. + description: Please provide a detailed overview of the specific environment for which this testing task applies. + placeholder: Describe the environment applicable. + value: "" + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which area of Getbible will affected by this testing task? + multiple: true + options: + - loader + - daily-scripture + - daily-light + - joomla-component + - v2_builder + - v2 + - api + - librarian + - getverse + - 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.