From 7f8f8271e49a2834a87012ea838099c8b46cf63f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 14 Mar 2015 00:22:11 +0100 Subject: redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring --- docs/en/Developer/git_repo.html | 210 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 docs/en/Developer/git_repo.html (limited to 'docs/en/Developer/git_repo.html') diff --git a/docs/en/Developer/git_repo.html b/docs/en/Developer/git_repo.html new file mode 100644 index 00000000..19b6d378 --- /dev/null +++ b/docs/en/Developer/git_repo.html @@ -0,0 +1,210 @@ + + + + + + + wallabag - git repository + + + + + + + + + + +
+
+ + + + + +
+

git repository

+

If you wish to contribute to the project by suggesting new features or by fixing some bugs, please follow the recommendations below regarding the git repository available at https://github.com/wallabag/wallabag.

+

Current state

+

To manage the different versions of wallabag, we use Git.

+

There are multiple branches for the source code of wallabag web app:

+
    +
  • master branch : this is the stable branch, downloaded by those who wish to install wallabag for their own use.
  • +
  • dev branch : before being added on master branch, all bug fixes and new features must go on that branch. This branch is not recommended for production use.
  • +
  • v2-symfony branch : this is the branch for a revamp of wallabag. A whole chapter is to be focused on it.
  • +
+

Workflow

+

All the rules for contributing to the git repository are in the CONTRIBUTING.md file of wallabag. Please read carefully this file before you make any change.

+
+ +
+
+ + + + + + + + + -- cgit v1.2.3