Merge pull request #912 from soroushj/fix-visible-to-everyone-option
[Booktype.git] / docs / development / contribute.rst
blob05969069ea9759768bb3559edf0596fa847e6fea
1 =================
2 How to contribute
3 =================
6 How can you help
7 ----------------
9 .. We need to put links to other docs which are describing other options.
11 It is not just about core development. We also need help with translating interface, building new book themes, helping other people on the forum or just help us write the documentation. 
13 Our official tracker is a good place to find already available tasks to work on - http://dev.sourcefabric.org/browse/BK.
16 Get the source
17 --------------
19 #. Fork sourcefabric/Booktype repository 
21    * https://help.github.com/articles/fork-a-repo
23 #. Clone your fork
25 #. Create new local feature branch 
27    *  http://learn.github.com/p/branching.html
29 #. Create pull request with your feature/bugfix
31    * https://help.github.com/articles/creating-a-pull-request
34 What you should know
35 --------------------
37 This documentation is work in progress but it is good place where you can find out more about the project, structure, tools we use and how we organise our work.