mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
further review based improvements
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
cc499b317e
commit
150c1b50fe
2 changed files with 5 additions and 5 deletions
|
@ -143,8 +143,8 @@ Now you can commit with `git ci` and the commit will be signed.
|
|||
|
||||
## 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.
|
||||
* For your first contribution start a pull request on master.
|
||||
Contribute your code targeting/based-on the branch ```master```.
|
||||
It will give us a better chance to test your code before merging it with stable code.
|
||||
|
||||
### 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
|
||||
|
||||
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
|
||||
|
||||
|
@ -364,7 +364,7 @@ Beware that beta releases for an upcoming version will always use the minor and
|
|||
|
||||
## 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
|
||||
* ~2 weeks testing, bug fixing
|
||||
* release final version on f-droid and play store
|
||||
|
|
2
SETUP.md
2
SETUP.md
|
@ -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.
|
||||
|
||||
### 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue