From 308e06b214c28466cdcd8202e0048c8eaf63e9be Mon Sep 17 00:00:00 2001 From: Mehdi Nassim KHODJA <18899702+naskio@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:20:18 +0100 Subject: [PATCH] add ISSUE_TEMPLATE/ask_question.yml --- .github/ISSUE_TEMPLATE/ask_question.yml | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ask_question.yml diff --git a/.github/ISSUE_TEMPLATE/ask_question.yml b/.github/ISSUE_TEMPLATE/ask_question.yml new file mode 100644 index 0000000..0f697fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask_question.yml @@ -0,0 +1,33 @@ +name: Need Help? +description: Ask a question or request help regarding Geras +title: "[QUESTION]: " +labels: [ "question" ] + +body: + - type: textarea + id: question-details + attributes: + label: Question / Problem + description: Provide a clear and concise description of your question or the issue you're facing. + validations: + required: true + + - type: textarea + id: environment + attributes: + label: Environment + description: "Please provide details about your environment:" + value: | + - Geras Version: [e.g., 1.3.0] + - Thanos Version: [e.g., 0.32.5] + - OpenTSDB Version: [e.g., 2.4.1] + validations: + required: false + + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Include any relevant context, screenshots, or code snippets that can help us better understand and address your question or problem. + validations: + required: false