From 0f318e8f2a9a0d67a002713add6fdc3d3540e196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taner=20=C5=9Eener?= Date: Mon, 8 Mar 2021 18:57:07 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 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 0000000..7595bb9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Description** +A clear and concise description of what the bug is. + +**Expected behavior** +What you expected to happen. + +**Current behavior** +What happened. + +**To Reproduce** +Steps to reproduce the behaviour. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Logs** +Post logs here or paste them to [Ghostbin](https://ghostbin.co) and insert the link here. + +**Environment** + +- Platform: [e.g. Android/iOS/macOS/tvOS] +- Architecture: [arm-v7a, arm-v7a-neon, arm64-v8a, x86, x86_64, armv7, armv7s, arm64, arm64-mac-catalyst, arm64-simulator, arm64e, i386, x86-64, x86-64-mac-catalyst ] +- Version (if applicable) [e.g. v4.4] +- Source branch (if applicable) [e.g. master, development, v4.4] +- Xcode version (if applicable) [e.g. 7.3.1, 9.0.1, 12.0] +- Cocoapods version (if applicable) [e.g. 1.9.1] +- Android Studio version (if applicable) [e.g. 4.0] +- Android NDK version (if applicable) [e.g. 16b, r17c, r21d] + +**Other** +Add any other context about the problem here.