From a0a0316b41c97712ef98cdaed70d34162d0cdcaa Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 15 Nov 2023 23:01:23 +0300 Subject: [PATCH] Add new issue template --- .github/ISSUE_TEMPLATE/3_question.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3_question.yml diff --git a/.github/ISSUE_TEMPLATE/3_question.yml b/.github/ISSUE_TEMPLATE/3_question.yml new file mode 100644 index 00000000..4a626204 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_question.yml @@ -0,0 +1,24 @@ +name: Ask a question +description: | + If you have any questions, feel free to ask +labels: 'help-wanted' +body: + - type: markdown + attributes: + value: | + Thank you for using Flutter Quill! + + - type: checkboxes + attributes: + label: Is there an existing issue for this? + options: + - label: I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) + required: true + - type: textarea + attributes: + label: The question + description: Please explain your question here + placeholder: | + How do I save the images of Quill Editor? + validations: + required: true \ No newline at end of file