From 661e8ebceb910873e4f40b90611089cef46edf39 Mon Sep 17 00:00:00 2001 From: anarcat Date: Tue, 2 Aug 2016 10:21:35 -0400 Subject: [PATCH] point to code, issues and support in devel section real story: users that are also developpers expect to find out where to submit issues and pull requests in the development section, but couldn't. add some meat there and point to the support section for everything else. --- docs/development.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/development.rst b/docs/development.rst index 8a25bcf6c..ac9ff9f0a 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -10,6 +10,15 @@ This chapter will get you started with |project_name| development. |project_name| is written in Python (with a little bit of Cython and C for the performance critical parts). +Code and issues +--------------- + +Code is stored on Github, in the `Borgbackup organization +`_. `Issues +`_ and `pull requests +`_ should be sent there as +well. See also the :ref:`support` section for more details. + Style guide -----------