From dd4506d4e9836cf5fc4805b958058bb6b14860c5 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Fri, 22 Sep 2023 19:30:47 -0700 Subject: [PATCH] Add a question option --- .github/ISSUE_TEMPLATE/question.yml | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 00000000..a8465b6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,51 @@ +name: Question +description: Ask a question +labels: [q&a] +title: "[Q&A]: " +body: + - type: markdown + attributes: + value: | + **Before You Begin:** + 1. Check the [**quarto-webr Issue Tracker**](https://github.com/coatless/quarto-webr/issues?q=is%3Aissue+) to ensure your question hasn't already been addressed. + + 2. If you're uncertain, feel free to create a new issue; we appreciate your engagement. + + **Creating a New Issue:** + + If you're creating a new issue, please provide the following information: + + 1. **Description**: Clearly state your question or problem. + + 2. **Goal**: Explain what you're trying to achieve or the challenge you're facing. + + 3. **Significance**: Share why this issue matters to you or the project. + + 4. **Additional Information**: Include any relevant context, such as your system setup, actions taken so far, and any potential solutions you've considered. + + **Thank you for reaching out!** + - type: textarea + attributes: + label: What's your question? + description: | + You can include webR-powered Quarto document code with your question by using: + + ````qmd + --- + title: "Hello quarto-webr!" + format: html + filters: + - webr + --- + + ```{webr-r} + 1 + 1 + ``` + ```` + + validations: + required: true + - type: markdown + attributes: + value: | + _Thank you for opening this issue to ask a question!_ \ No newline at end of file