]> git.mxchange.org Git - friendica.git/blob - doc/Developers.md
merged multipart email changes
[friendica.git] / doc / Developers.md
1 Friendika Developer Guide
2
3 Here is how you can join us.
4
5 First, get yourself a working git package on the system where you will be
6 doing development.
7
8 Create your own github account.
9
10 You may fork/clone the Friendika repository from [https://github.com/friendika/friendika.git](https://github.com/friendika/friendika.git).
11
12 Follow the instructions provided here: [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/)
13 to create and use your own tracking fork on github
14
15 Then go to your github page and create a "Pull request" when you are ready
16 to notify us to merge your work.
17
18 **Important**
19
20 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.
21
22 Also - **test your changes**. Don't assume that a simple fix won't break something else. If possible get an experienced Friendika developer to review the code.