From 26acdddedb2f828dc06db680e2844dff50f7bc97 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Mon, 21 Aug 2017 13:01:12 +0200 Subject: [PATCH] GitHub: add issue template --- .github/ISSUE_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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 00000000..da59c64d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ +Check if all requirements are fulfilled otherwise the issue will be closed without any comment + + * Add details to fields below + * Use search. Check if the issue is already reported before creating a new one. + https://github.com/flocke/andOTP/issues + * Try again after clearing the apps data before posting + * Record a logcat: https://goo.gl/mc71vk + * Bug reports without logcat will be closed (I can not reproduce every bug myself and I can not fix them without logs) + * Delete this info block +----------------------------- + +#### General information + +* **App version:** +* **App source:** Google Play / F-Droid / GitHub / ... +* **Android Version:** + +#### Expected result +**What is expected?** + +**What does happen instead?** + +#### Logcat +``` +Paste your logcat here (or use something like Pastbin for long logs) +``` + +#### Steps to reproduce + + * ... +