1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-26 13:34:52 +02:00
dandelion/.github/ISSUE_TEMPLATE.md
2016-08-15 00:16:36 +02:00

43 lines
1.1 KiB
Markdown

#### General information
* **Device:** eg Nexus 5
* **Android Version:** eg Android 6.0.1
* **Pod:** eg pod.geraspora.de
* **Diaspora pod version:** eg 0.5.99.0-p9bd2337c (can be found on the bottom)
* **App source:** F-Droid, self build (latest HEAD)
* **App version:** eg 0.1.5, or commit
<!--
I have:
- searched open and closed issues for duplicates
- read <https://github.com/Diaspora-for-Android/diaspora-android/blob/master/CONTRIBUTING.md>
- not submitted translations - see [Crowdin](https://crowdin.com/project/diaspora-for-android/invite)
-->
#### Steps to reproduce
1.
2.
3.
#### Expected result
What is the expected output?
What do you see instead?
Upload screenshots via drag&drop if needed and apply resizing:
`<img width="30%" height="30%" src="https://cloud.githubusercontent.com/assets/67..b55.jpg">`
#### Debug output
Please post the output of adb logcat. The log should begin with the start of Diaspora for Android and include all the steps it takes to reproduce the problem.
````
adb logcat -s com.github.dfa.diaspora_android
````