From a42938f42caf91a602617ef4354d17e1bc3f3629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 8 Jan 2016 15:02:51 +0100 Subject: documentation cleaning --- docs/en/Developer/git_repo.rst | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 docs/en/Developer/git_repo.rst (limited to 'docs/en/Developer/git_repo.rst') diff --git a/docs/en/Developer/git_repo.rst b/docs/en/Developer/git_repo.rst deleted file mode 100644 index 4fa5c608..00000000 --- a/docs/en/Developer/git_repo.rst +++ /dev/null @@ -1,29 +0,0 @@ -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`` 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