From a6d2f7d2c010b695bf90e654b9369d08ca9a4bd2 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Wed, 13 Mar 2024 10:05:17 +0200 Subject: [PATCH] Adds the a-bug-4-default.yml --- .gitea/ISSUE_TEMPLATE/a-bug-4-default.yml | 71 +++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/a-bug-4-default.yml diff --git a/.gitea/ISSUE_TEMPLATE/a-bug-4-default.yml b/.gitea/ISSUE_TEMPLATE/a-bug-4-default.yml new file mode 100644 index 0000000..555fcaa --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/a-bug-4-default.yml @@ -0,0 +1,71 @@ +name: Default Bug Report +about: Draft a report to aid in our Debugging efforts. +title: "[BUG]: " +labels: + - bug +body: + - type: markdown + attributes: + value: | + We value your effort in reporting an bug! Your feedback is essential for us to address and fix the problem. + - type: textarea + id: what_happened + attributes: + label: What Happened? + description: Please provide a detailed description of the issue and explain what outcome you anticipate. + placeholder: Describe the issue you experienced. + value: "" + validations: + required: true + - type: textarea + id: steps_to_reproduce + attributes: + label: Steps to reproduce the Bug + description: Please provide a detailed description of the steps to reproduce the issue you experienced. + placeholder: Describe the steps to reproduce the issue. + value: "" + validations: + required: true + - type: markdown + attributes: + value: | + # Environment Details + - type: textarea + id: environment + attributes: + label: Enviroment in which Bug Occured + description: Please provide a detailed description of the environment in which you experienced the issue. + placeholder: Describe the environment you're in. + value: "" + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which area of Getbible does this bug report 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_happened + attributes: + label: Where in the above selected area did this issue occur? + description: If applicable, please provide a in depth discription of where the issue occured. + placeholder: Explain in detail where the issue occured + value: "" + - type: textarea + id: comments + attributes: + label: Additional Comments + description: Feel free to include any further comments or pertinent details that might assist us. \ No newline at end of file