Skip to content

Commit 81328da

Browse files
committed
Fix typo in the contribution file
1 parent 9bb2542 commit 81328da

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you're exepriencing an issue and want to file it for the contributors to work
2020

2121
1. Search the [Github issue tracker][3] to make sure your issue has not been filed already. If it has, please add comment to the existing issue to add more details to it.
2222

23-
2. Give a step by step guide on how to reproduce the issue. You can read our [guide]4] on how to file an issue on the [wiki][4].
23+
2. Give a step by step guide on how to reproduce the issue. You can read our [guide][4] on how to file an issue on the [wiki][4].
2424

2525
**Note:** The more we know about the issue, the easier it's for us to fix it.
2626

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,10 @@ In the **"/Themes/MyTheme/res/values/theme.xml"**, specify the 'app_title' and a
5757

5858
In the **"/Themes/MyTheme/res/values/theme.xml"**, update the 'about_text' with a description of your deployment.
5959

60-
## Contributing
61-
62-
If you would like to contribute code to SMSSync you can do so by forking the [repository][1] and sending a pull request. We will review your code. If everything with the pull request looks good, we will humbly merge your changes.
63-
64-
### Branch structure
65-
66-
The repository is made up of three main branches: **master (stable)**, **develop (ustable)** and **release (quite stable and a temporary branch)**.
67-
68-
* **master** has the latest stable code, it's tags are released as [Ushahidi Android][1] on the Google playstore.
69-
* **develop** has the latest unstable code. It's codes are merge into master.
70-
* **release** is a branch of develop after feature freeze. mainly for fine tuning and testing to get the code stable for a release. The changes made here are finally merged into develop then develop is merged into master branch. After which a version tag is created for a release.
71-
7260

7361
### How To Build The App ###
7462

7563
To build any of the white-labled app, read the **BUILDING.txt** file in their
7664
respective directory. It has all the information you need to successfully
7765
build any of them.
7866

79-
[1]: https://github.com/ushahidi/Ushahidi_Android

0 commit comments

Comments
 (0)