|
1 | | -# Contributing to FastHub |
| 1 | +# Contributing to FastHub-RE |
2 | 2 |
|
3 | | -**Updated: 19 Jan 2018** |
| 3 | +**Updated: 19 April 2022** |
4 | 4 |
|
5 | 5 | ## Table of contents |
6 | 6 |
|
|
24 | 24 | - Make sure you are running latest version (to check it out withing the FastHub head to About and tap on the section with application's version). |
25 | 25 | - Make sure the included template is filled in (submitting an Issue within FastHub will do it automatically). |
26 | 26 |
|
27 | | -## How to contribute. Importing and assembling |
28 | | - |
29 | | -If you have any questions, feel free to join our public [Slack](http://rebrand.ly/fasthub) channel. |
30 | | - |
31 | | -### Custom keys *(optional)* |
32 | | - |
33 | | -- Please update `debug_gradle.properties` file if you want to use your own keys: |
34 | | - - `github_client_id=` -- your GitHub clientId; |
35 | | - - `github_secret=` -- your GitHub secret; |
36 | | - - `redirect_url=` -- the url defined in `AndroidManifest` under `LoginView`. |
37 | | - |
38 | 27 | ### Before importation |
39 | 28 |
|
40 | | -- Make sure you are running *Android Studio 3.0 C4* or above; |
41 | | -- Import *Android Studio Settings* (to follow project's code style) from [this file](https://raw.githubusercontent.com/k0shk0sh/FastHub/master/fasthub_as_settings.jar); |
42 | | -- Install *Lombok Plugin* from Android Studio Plugins and enable Annotations Processors in Android Studio Preferences. |
| 29 | +- Make sure you are running *Android Studio 2021* or above; |
43 | 30 |
|
44 | 31 | ### Importing Android Studio project |
45 | 32 |
|
@@ -83,7 +70,3 @@ If you have any questions, feel free to join our public [Slack](http://rebrand.l |
83 | 70 | 1. Once you finished translating, add new files to the Git index using `git add values-??/strings.xml` command and commit the changes using `git commit -m '<commit message>'`, where `<commit message>` is a short description of changes you made. |
84 | 71 | 1. Push your local changes into your forked repository by typing `git push origin <new branch>`. |
85 | 72 | 1. Finally, create a Pull Request from your Branch to our main Branch *development*. |
86 | | - |
87 | | -## Translations Contributors |
88 | | - |
89 | | -- *See [README.md](https://github.com/k0shk0sh/FastHub#language-contributors)* |
0 commit comments