]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/Developer/git_repo.rst
add docs
[github/wallabag/wallabag.git] / docs / en / Developer / git_repo.rst
1 Git repository
2 ==============
3
4 If you wish to contribute to the project by suggesting new features or
5 by fixing some bugs, please follow the recommendations below regarding
6 the git repository available at https://github.com/wallabag/wallabag.
7
8 Current state
9 -------------
10
11 To manage the different versions of wallabag, we use Git.
12
13 There are multiple branches for the source code of wallabag web app:
14
15 - ``master`` branch : this is the stable branch, downloaded by those
16 who wish to install wallabag for their own use.
17 - ``dev`` branch : before being added on ``master`` branch, all bug
18 fixes and new features must go on that branch. This branch is not
19 recommended for production use.
20 - ``v2`` branch : this is the branch for a revamp of wallabag.
21 A whole chapter is to be focused on it.
22
23 Workflow
24 --------
25
26 All the rules for contributing to the git repository are in the
27 `CONTRIBUTING.md file of
28 wallabag <https://github.com/wallabag/wallabag/blob/master/CONTRIBUTING.md>`__.
29 Please read carefully this file before you make any change.