mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Update github templates
This commit is contained in:
parent
755adb2ad9
commit
06119a52cd
3 changed files with 39 additions and 40 deletions
50
.github/ISSUE_TEMPLATE.md
vendored
50
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,53 +1,25 @@
|
||||||
#### General information
|
#### General information
|
||||||
|
<!-- App version can be e.g. v0.1.1
|
||||||
|
System e.g. Android 7.0.1, Nexus 5X
|
||||||
* **Android Device:**
|
Pod e.g. pod.geraspora.de, v0.7.1.1 -->
|
||||||
* **Android API Version:**
|
|
||||||
* **App version:**
|
|
||||||
* **App source:**
|
|
||||||
* **Pod version:**
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
I have:
|
I have:
|
||||||
|
|
||||||
- At least version 0.2.0 installed, see About-> Debug. If it is not visible you have an very old version, and
|
- At least version 1.0.6 installed, see About-> Debug. If it is not visible you have an very old version, and
|
||||||
your issue will be closed.
|
your issue will be closed.
|
||||||
- searched open and closed issues for duplicates
|
- searched open and closed issues for duplicates
|
||||||
- read <https://github.com/Diaspora-for-Android/dandelion/blob/master/CONTRIBUTING.md>
|
- read <https://github.com/Diaspora-for-Android/dandelion/blob/master/CONTRIBUTING.md>
|
||||||
- not submitted translations - see [Crowdin](https://crowdin.com/project/diaspora-for-android/invite)
|
- not submitted translations - see [Crowdin](https://crowdin.com/project/diaspora-for-android/invite)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
#### Steps to reproduce
|
* **App version:**
|
||||||
|
* **System:**
|
||||||
|
* **Pod:**
|
||||||
|
|
||||||
1. …
|
#### Description
|
||||||
2. …
|
What this is about, what happens and how. What needs to be done for it to happen.
|
||||||
3. …
|
|
||||||
|
|
||||||
|
|
||||||
#### Expected result
|
#### Log
|
||||||
**What is the expected output?**
|
<!-- adb logcat -s com.github.dfa.diaspora_android -->
|
||||||
|
|
||||||
**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 dandelion* and include all the steps it takes to reproduce the problem.
|
|
||||||
IMPORTANT: In-App debug log must be activated and the app restarted first!
|
|
||||||
|
|
||||||
````
|
|
||||||
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
|
|
||||||
````
|
|
||||||
|
|
26
.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
26
.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<!-- Hello, and thanks for contributing! -->
|
||||||
|
|
||||||
|
Fixes issue #
|
||||||
|
|
||||||
|
Proposed changes in this pull request:
|
||||||
|
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
## Contributors document
|
||||||
|
Add yourself! When adding your information to the `CONTRIBUTORS.md` file, please use the following format:
|
||||||
|
|
||||||
|
Schema: **[Name](Reference)**<br/>~° Text
|
||||||
|
Where:
|
||||||
|
* Name: username, first/lastname
|
||||||
|
* Reference: E-Mail, Webpage
|
||||||
|
* Text: Information about / kind of contribution
|
||||||
|
Example:
|
||||||
|
* **[Nice Guy](http://niceguy.web)**<br/>~° German localization
|
||||||
|
|
||||||
|
-->
|
|
@ -29,3 +29,4 @@ Where:
|
||||||
* **[Mikkel Kirkgaard Nielsen](http://www.mikini.dk)**<br/>~° Danish translation
|
* **[Mikkel Kirkgaard Nielsen](http://www.mikini.dk)**<br/>~° Danish translation
|
||||||
* **[Jean Lucas](jean AT 4ray DOT co)**<br/>~° Spanish translation
|
* **[Jean Lucas](jean AT 4ray DOT co)**<br/>~° Spanish translation
|
||||||
* **[asereze](https://github.com/asereze)**<br/>~° Sardinian translation
|
* **[asereze](https://github.com/asereze)**<br/>~° Sardinian translation
|
||||||
|
* **[Xosé M. Lamas](http://xmgz.eu)**<br />~° Galician translation
|
||||||
|
|
Loading…
Reference in a new issue