]> git.mxchange.org Git - friendica.git/blob - doc/Developers.md
Merge pull request #1023 from tobiasd/fixaddontrans
[friendica.git] / doc / Developers.md
1 Friendica Developer Guide
2 ===================
3
4 **Here is how you can join us.**
5
6 First, get yourself a working git package on the system where you will be
7 doing development.
8
9 Create your own github account.
10
11 You may fork/clone the Friendica repository from [https://github.com/friendica/friendica.git](https://github.com/friendica/friendica.git).
12
13 Follow the instructions provided here: [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/)
14 to create and use your own tracking fork on github
15
16 Then go to your github page and create a "Pull request" when you are ready
17 to notify us to merge your work.
18
19 **Important**
20
21 Please pull in any changes from the project repository and merge them with your work **before** issuing a pull request. We reserve the right to reject any patch which results in a large number of merge conflicts. This is especially true in the case of language translations - where we may not be able to understand the subtle differences between conflicting versions.
22
23 Also - **test your changes**. Don't assume that a simple fix won't break something else. If possible get an experienced Friendica developer to review the code.