From 3876bfa4304306964d4b0d106e406b539f27a193 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Wed, 13 Mar 2024 10:08:29 +0200 Subject: [PATCH] Adds the d-docs-4-default.yml --- .gitea/ISSUE_TEMPLATE/d-docs-4-default.yml | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/d-docs-4-default.yml diff --git a/.gitea/ISSUE_TEMPLATE/d-docs-4-default.yml b/.gitea/ISSUE_TEMPLATE/d-docs-4-default.yml new file mode 100644 index 0000000..08e9032 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/d-docs-4-default.yml @@ -0,0 +1,77 @@ +name: Default Documentation +about: Propose improvements to the documentation or highlight any issues found within it. +title: "[DOCUMENTATION]: " +labels: + - documentation +body: + - type: markdown + attributes: + value: | + We appreciate your input on our documentation! Clear and comprehensive documentation plays a vital role in enabling users to effectively interact with our systems. To assist us in making improvements, kindly offer thorough details regarding your suggestion or the specific problem you've encountered. + - type: textarea + id: documentation-details + attributes: + label: Documentation Details + description: Please explain the specific problem with the documentation or the improvements you recommend. Is it a missing topic, unclear instructions, outdated content, or something else? + placeholder: Detail the issue with the documentation or suggest improvements.. + validations: + required: true + - type: markdown + attributes: + value: | + # Specific Context + - type: textarea + id: environment + attributes: + label: Environment for which this documentation is proposed + description: Please provide a detailed overview of the specific environment for which this documentation is proposed. + placeholder: Describe the environment applicable. + value: "" + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which area of Getbible does this documentation 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: area_concern + attributes: + label: What area of the above selected options does this documentation concern? + description: If applicable, specify the particular areas or processes directly related to or covered by this documentation + placeholder: Detail the areas requiring documentation. + validations: + required: false + - type: textarea + id: expected-outcome + attributes: + label: Expected Outcome + description: What outcomes do you anticipate from this change in documentation? How will it benifit the users or enhance the project? + placeholder: Explain the expected result of this change in the documentation. + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Share any extra details, files, or screenshots that could help in understanding or applying the documentation change. + 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.