From 0c7128b98885ae124cb434dd2fd15f37c768d896 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Tue, 4 Feb 2020 07:10:23 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f68cca87 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: new issue +assignees: flocke + +--- + +Check if all requirements are fulfilled otherwise the issue will be closed without any comment + + * Check the [FAQ](https://github.com/andOTP/andOTP/wiki/Frequently-Asked-Questions) and search the [already reported issues](https://github.com/andOTP/andOTP/issues) before opening a new one! + * Try again after clearing the apps data before posting (**don't forget to backup**) + * Fill in **all** the details below + * 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 entire info block + +----------------------------- + +#### General information + +* **App version:** +* **App source:** Google Play / F-Droid / GitHub / ... +* **Android Version:** +* **Custom ROM:** + +#### 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 + + * ...