]> git.mxchange.org Git - friendica.git/blob - doc/developer
quattro: add "view in context" link in search results
[friendica.git] / doc / developer
1 Friendica 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 Follow the instructions provided here: [[http://help.github.com/fork-a-repo/]]
11 to create and use your own tracking fork on github
12
13 Then go to your github page and create a "Pull request" when you are ready
14 to notify us to merge your work.
15
16 **Important**
17
18 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.