further review based improvements

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-05-25 10:18:27 +02:00
parent cc499b317e
commit 150c1b50fe
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 5 additions and 5 deletions

View file

@ -143,8 +143,8 @@ Now you can commit with `git ci` and the commit will be signed.
## Contribution process ## Contribution process
* Contribute your code in the branch ```master```. It will give us a better chance to test your code before merging it with stable code. Contribute your code targeting/based-on the branch ```master```.
* For your first contribution start a pull request on master. It will give us a better chance to test your code before merging it with stable code.
### Fork and download android repository: ### Fork and download android repository:
@ -337,7 +337,7 @@ Alpha releases are based on latest master and and we aim to release a new alpha
### QA Release ### QA Release
Done as a standalone app that can be installed in parallel to the stable app. Done as a standalone app that can be installed in parallel to the stable app.
Any PR gets a QA build so users and reporters are able to easily test a change (feature or bugfix. Any PR gets a QA build so users and reporters are able to easily test the change (feature or bugfix).
## Version Name and number ## Version Name and number
@ -364,7 +364,7 @@ Beware that beta releases for an upcoming version will always use the minor and
## Release cycle ## Release cycle
* Releases are planned every ~2 months, with 6 weeks of developing and 2 weeks of stabilising * Feature releases are planned every ~2 months, with 6 weeks of developing and 2 weeks of stabilising
* after feature freeze a public release candidate on play store and f-droid is released * after feature freeze a public release candidate on play store and f-droid is released
* ~2 weeks testing, bug fixing * ~2 weeks testing, bug fixing
* release final version on f-droid and play store * release final version on f-droid and play store

View file

@ -34,7 +34,7 @@ Install any other package you consider interesting, such as emulators.
After installing it, add the full path to the directories 'tools/' and 'platform-tools/' from your Android SDK installation into the PATH variable of your environment. After installing it, add the full path to the directories 'tools/' and 'platform-tools/' from your Android SDK installation into the PATH variable of your environment.
### 1. Fork and download the nextcloud/android repository. ### 1. Fork and download the nextcloud/talk-android repository.
You will need [git][1] to access to the different versions of the Nextcloud's source code. The source code is hosted on GitHub and may be read by anybody, without a GitHub account. You will need one if you want to contribute to the development of the app with your own code. You will need [git][1] to access to the different versions of the Nextcloud's source code. The source code is hosted on GitHub and may be read by anybody, without a GitHub account. You will need one if you want to contribute to the development of the app with your own code.