From ede94c7492793bda666bc946cebd56d0bda6fda4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Morc=20-=20Richard=20Gr=C3=A1=C4=8Dik?= Date: Sun, 4 Jul 2021 19:50:52 +0200 Subject: [PATCH] [.github] Issue Template Let's add an issue template so we (hopefully) don't get that many "can you support this device? snapdragon 735G; Sorry, this is only for SDM845 devices" issues. *this is not yet the final form of the file* --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..58d42e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +### Prerequisites + +* [ ] Have you read the readme? +* [ ] Do you want to have your device in the supported list? +* [ ] Does the device have a Snapdragon 845 SOC? + +### Description + +[Description of the bug or feature] + +**Expected behavior:** [What you expected to happen] + +**Actual behavior:** [What actually happened] -- 2.45.2