dandelion/.github/ISSUE_TEMPLATE.md

54 lines
1.3 KiB
Markdown
Raw Normal View History

2016-05-26 16:08:20 +02:00
#### General information
2016-10-29 17:22:12 +02:00
* **Android Device:**
* **Android API Version:**
* **App version:**
* **App source:**
* **Pod version:**
2016-05-26 16:08:20 +02:00
2016-08-06 02:26:28 +02:00
<!--
2016-05-26 16:08:20 +02:00
I have:
2016-08-06 02:26:28 +02:00
2016-11-11 12:44:22 +01:00
- At least version 0.2.0 installed, see About-> Debug. If it is not visible you have an very old version, and
your issue will be closed.
2016-08-06 02:26:28 +02:00
- searched open and closed issues for duplicates
- read <https://github.com/Diaspora-for-Android/dandelion/blob/master/CONTRIBUTING.md>
2016-08-06 02:26:28 +02:00
- not submitted translations - see [Crowdin](https://crowdin.com/project/diaspora-for-android/invite)
-->
2016-05-26 16:08:20 +02:00
#### Steps to reproduce
2016-07-18 13:37:23 +02:00
1.
2.
3.
2016-05-26 16:08:20 +02:00
#### Expected result
2016-09-26 20:53:58 +02:00
**What is the expected output?**
2016-05-26 16:08:20 +02:00
2016-09-26 20:53:58 +02:00
**What do you see instead?**
2016-08-15 00:16:36 +02:00
2016-05-26 16:08:20 +02:00
2016-07-18 13:37:23 +02:00
Upload screenshots via drag&drop if needed and apply resizing:
`<img width="30%" height="30%" src="https://cloud.githubusercontent.com/assets/67..b55.jpg">`
2016-05-26 16:08:20 +02:00
#### Debug output
Please post the output of adb logcat. The log should begin with the start of dandelion* and include all the steps it takes to reproduce the problem.
2016-11-08 16:32:27 +01:00
IMPORTANT: In-App debug log must be activated and the app restarted first!
2016-05-26 16:08:20 +02:00
````
adb logcat -s com.github.dfa.diaspora_android
````
#### In-App debug log
This is useful for visual bugs without application crashes
````
You can long click on the in-app debug log in order to copy it to the clipboard
````