From eaa1c7117050158d342f826cbea38f6fa6f94f16 Mon Sep 17 00:00:00 2001 From: jgyates Date: Wed, 28 Feb 2024 12:30:48 -0500 Subject: [PATCH] V1.19.02 --- .github/DISCUSSION_TEMPLATE/Questions.yml | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/Questions.yml diff --git a/.github/DISCUSSION_TEMPLATE/Questions.yml b/.github/DISCUSSION_TEMPLATE/Questions.yml new file mode 100644 index 00000000..55b60ca5 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/Questions.yml @@ -0,0 +1,50 @@ +name: Questions +description: Ask questions about Genmon +labels: [question] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this form. + + - type: checkboxes + id: checklist + attributes: + label: "Checklist" + options: + - label: "I made sure that there are *no existing issues or discussions* - [open](https://github.com/jgyates/genmon/issues) or [closed](https://github.com/jgyates/genmon/issues?q=is%3Aissue+is%3Aclosed) - which may answer my question or that I could contribute my information to." + required: true + - label: "I have read the [Known Issues Wiki Page](https://github.com/jgyates/genmon/wiki/Appendix-D-Known-Issues) and my question / issue is not listed." + required: true + - label: "I have provided the version of the software and the operating system in my post." + required: true + - label: "If I have an issue with genmon not communicating with the controller, I have read and followed the [serial troubleshooting guide](https://github.com/jgyates/genmon/wiki/3.6---Serial-Troubleshooting)." + required: true + + - type: textarea + attributes: + label: Version + placeholder: Genmon Version + + - type: dropdown + id: logssubmitted + attributes: + label: Have you submitted your log files from the About page? Note that outbound email must be working for logs to be submitted. + options: + - Yes + - No + validations: + required: true + + - type: textarea + id: what-is-the-question + attributes: + label: What is/are your question(s)? + validations: + required: true + + - type: textarea + id: additional-information + attributes: + label: Additional information + description: Any other information you'd like to include, for instance pictures, screen captures, etc. \ No newline at end of file