From 604559624cd22360e099a91159dd5c6a9f18e4cd Mon Sep 17 00:00:00 2001 From: Mattheus Date: Sat, 1 Apr 2023 17:37:52 +0200 Subject: [PATCH] Update and rename custom.md to question.md --- .github/ISSUE_TEMPLATE/custom.md | 10 ---------- .github/ISSUE_TEMPLATE/question.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..3e89cd4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,30 @@ +--- +name: Question +about: Open an issue to ask something +title: "[QUESTION]" +labels: question +assignees: '' + +--- + + + +# Question + +Add here your question. + + +## Additional information + +- Devices involved: + - Model: Ulanzi Awtrix Smart Pixel Clock 2882 (TC001) + - AWTRIX-LIGHT version: [ eg. v0.45 ] + +## Logs + +```text +(optional) Add relevant logs which could help tackle the problem. +``` + +## Additional context +Add any other context about the problem here.