mirror of
https://github.com/gsantner/dandelion
synced 2025-09-13 20:29:42 +02:00
Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
6af02c6067
commit
a34755acc9
3 changed files with 8 additions and 9 deletions
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,12 +1,11 @@
|
|||
#### General information
|
||||
|
||||
|
||||
* **Device:** <!-- eg Nexus 5 -->
|
||||
* **Android Version:** <!--eg Android 6.0.1 -->
|
||||
* **App version:** <!-- See in About -> Debug. eg 0.1.5, or commit -->
|
||||
* **App source:** <!--F-Droid, self build (latest HEAD) Can be left blank if not related -->
|
||||
* **Pod:** <!--eg pod.geraspora.de Can be left blank if not related -->
|
||||
* **Diaspora pod version:** <!--eg 0.5.99.0-p9bd2337c (can be found on the bottom) Can be left blank if not related -->
|
||||
* **Android Device:**
|
||||
* **Android API Version:**
|
||||
* **App version:**
|
||||
* **App source:**
|
||||
* **Pod version:**
|
||||
|
||||
|
||||
<!--
|
||||
|
@ -15,7 +14,7 @@ I have:
|
|||
- 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.
|
||||
- searched open and closed issues for duplicates
|
||||
- read <https://github.com/Diaspora-for-Android/diaspora-android/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)
|
||||
-->
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
We are always open for any kind of contribution. (PR's, bug reports, feature requests, translations, ..)
|
||||
If you got any questions feel free to join our IRC conference at `#dandelion @irc.freenode.net` or [Gitter](https://gitter.im/Diaspora-for-Android/diaspora-android).
|
||||
If you got any questions feel free to join our IRC conference at `#diaspora-android @irc.freenode.net`.
|
||||
Note that the main project members are mostly busy with their job/university/school and may not react or start coding immediately.
|
||||
|
||||
We use Crowdin to translate dandelion\*. Join our project here: <https://crowdin.com/project/diaspora-for-android/invite>
|
||||
|
|
|
@ -41,7 +41,7 @@ import info.guardianproject.netcipher.NetCipher;
|
|||
public class FetchPodsService extends Service {
|
||||
public static final String EXTRA_PODLIST = "pods";
|
||||
public static final String MESSAGE_PODS_RECEIVED = "com.github.dfa.diaspora.podsreceived";
|
||||
public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/master/app/src/main/res/raw/podlist.json";
|
||||
public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/dandelion/master/app/src/main/res/raw/podlist.json";
|
||||
|
||||
public FetchPodsService() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue