From 2d74acb5826af00e34bdb29ea7cd72a56b8db3bb Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sun, 25 Jul 2021 22:06:57 +0200 Subject: [PATCH] Create issue template for questions --- .github/ISSUE_TEMPLATE/3-question.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3-question.md diff --git a/.github/ISSUE_TEMPLATE/3-question.md b/.github/ISSUE_TEMPLATE/3-question.md new file mode 100644 index 00000000..f8d91d84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-question.md @@ -0,0 +1,31 @@ +--- +name: 'Question' +about: 'Ask for information' +title: '' +labels: 'Question' +assignees: '' + +--- + + + +**Ask your question** +A clear and concise question. + +**Screenshots/Videos** +If applicable, add screenshots/videos to help explain your question. + +**Code** +If applicable, provide code to help explain your question. + +**Additional context** +Add any other context about your question here.