aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-05-13 08:32:10 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-05-13 08:32:10 +0200
commitacad16134432e6d7a11602078aaa0884a70dce35 (patch)
treea0575ecfc1b542a89956879aaca9f45e91c40d8d
parentb8c1bd2cbaf0ed3fe2ddf9525c6bd1fab1bc3e06 (diff)
Create issue template
-rw-r--r--.github/ISSUE_TEMPLATE.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..e883985c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,28 @@
+#### General information
+
+* **Device:** eg Google Nexus 5
+* **Android Version:** eg Android 6.0 Stock or Android 5.1 Cyanogenmod
+* **Server name:** eg conversations.im, jabber.at or self hosted
+* **Server software:** ejabberd 16.04 or prosody 0.10 (if known)
+* **Installed server modules:** eg Stream Managment, CSI, MAM
+
+
+#### Steps to reproduce
+
+1. …
+2. …
+
+
+#### Expected result
+
+What is the expected output? What do you see instead?
+
+
+#### Debug output
+
+Please post the output of adb logcat. The log should begin with the start of Conversations and include all the
+steps it takes to reproduce the problem.
+
+````
+adb logcat -s conversations
+````