From 2188a29cd19dc7484dcf322422f694baff7fac91 Mon Sep 17 00:00:00 2001 From: Sara Olson Date: Thu, 28 May 2020 10:58:08 -0400 Subject: [PATCH] Create crash_report --- .github/ISSUE_TEMPLATE/crash_report | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/crash_report diff --git a/.github/ISSUE_TEMPLATE/crash_report b/.github/ISSUE_TEMPLATE/crash_report new file mode 100644 index 000000000..7a79469ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash_report @@ -0,0 +1,26 @@ +--- +name: Crash report +about: Create a report for app crash instances +title: '' +labels: 'Type: Crash' +assignees: '' + +--- + +**Describe the crash** +What were you doing before the issue? Was there an error, did the app stall, or did it fully close? + +**To Reproduce** +Can you reliably reproduce the crash? If so, list steps. + +**Screenshots/Video** +If applicable, add screenshots or video to help show the problem + +**Smartphone (please complete the following information):** + - Device: [e.g. Moto G5] + - OS: [e.g. Android 9] + - App Version: [e.g. 2.2] + - Habitica Username: + +**Additional context** +Add any other context about the problem here.