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 -----------