diff --git a/.github/ISSUE_TEMPLATE/ask_question.yml b/.github/ISSUE_TEMPLATE/ask_question.yml new file mode 100644 index 000000000..b232e9ce7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask_question.yml @@ -0,0 +1,31 @@ +name: Need Help? +description: Ask a question or request help regarding Siembol +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: | + - Siembol Version: [e.g., 2.6.0] + 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