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.