1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

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.
This commit is contained in:
anarcat 2016-08-02 10:21:35 -04:00 committed by Antoine Beaupré
parent b7a563885d
commit 661e8ebceb

View file

@ -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 |project_name| is written in Python (with a little bit of Cython and C for
the performance critical parts). the performance critical parts).
Code and issues
---------------
Code is stored on Github, in the `Borgbackup organization
<https://github.com/borgbackup/borg/>`_. `Issues
<https://github.com/borgbackup/borg/issues>`_ and `pull requests
<https://github.com/borgbackup/borg/pulls>`_ should be sent there as
well. See also the :ref:`support` section for more details.
Style guide Style guide
----------- -----------