1
0
Fork 0
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:
Gregor Santner 2017-02-19 01:44:49 +01:00
parent 6af02c6067
commit a34755acc9
3 changed files with 8 additions and 9 deletions

View file

@ -1,12 +1,11 @@
#### General information #### General information
* **Device:** <!-- eg Nexus 5 --> * **Android Device:**
* **Android Version:** <!--eg Android 6.0.1 --> * **Android API Version:**
* **App version:** <!-- See in About -> Debug. eg 0.1.5, or commit --> * **App version:**
* **App source:** <!--F-Droid, self build (latest HEAD) Can be left blank if not related --> * **App source:**
* **Pod:** <!--eg pod.geraspora.de Can be left blank if not related --> * **Pod version:**
* **Diaspora pod version:** <!--eg 0.5.99.0-p9bd2337c (can be found on the bottom) Can be left blank if not related -->
<!-- <!--
@ -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 - 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. 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/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) - not submitted translations - see [Crowdin](https://crowdin.com/project/diaspora-for-android/invite)
--> -->

View file

@ -1,5 +1,5 @@
We are always open for any kind of contribution. (PR's, bug reports, feature requests, translations, ..) 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. 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> We use Crowdin to translate dandelion\*. Join our project here: <https://crowdin.com/project/diaspora-for-android/invite>

View file

@ -41,7 +41,7 @@ import info.guardianproject.netcipher.NetCipher;
public class FetchPodsService extends Service { public class FetchPodsService extends Service {
public static final String EXTRA_PODLIST = "pods"; public static final String EXTRA_PODLIST = "pods";
public static final String MESSAGE_PODS_RECEIVED = "com.github.dfa.diaspora.podsreceived"; 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() { public FetchPodsService() {
} }