mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Small restructuring
This commit is contained in:
parent
a1d453d46c
commit
48d0631c3d
4 changed files with 8 additions and 13 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
Contributing
|
|
||||||
============
|
|
||||||
|
|
||||||
Reporting issues
|
Reporting issues
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
@ -26,7 +23,7 @@ Submitting patches, pull requests
|
||||||
* **Discuss everything in the issue tracker first** (or contact me somehow
|
* **Discuss everything in the issue tracker first** (or contact me somehow
|
||||||
else) before implementing it.
|
else) before implementing it.
|
||||||
|
|
||||||
* Make sure the tests pass. See below for runnign them.
|
* Make sure the tests pass. See below for running them.
|
||||||
|
|
||||||
* But not because you wrote too few tests.
|
* But not because you wrote too few tests.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,14 +27,6 @@ If that method doesn't work for you or you want a deeper understanding of what
|
||||||
you just did, check out `the tutorial
|
you just did, check out `the tutorial
|
||||||
<https://vdirsyncer.readthedocs.org/en/latest/tutorial.html>`_.
|
<https://vdirsyncer.readthedocs.org/en/latest/tutorial.html>`_.
|
||||||
|
|
||||||
Running the tests
|
|
||||||
=================
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
sh build.sh install_tests
|
|
||||||
sh build.sh tests
|
|
||||||
|
|
||||||
Donations
|
Donations
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
|
||||||
5
docs/contributing.rst
Normal file
5
docs/contributing.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
============
|
||||||
|
Contributing
|
||||||
|
============
|
||||||
|
|
||||||
|
.. include:: ../CONTRIBUTING.rst
|
||||||
|
|
@ -22,6 +22,7 @@ Table of Contents
|
||||||
keyring
|
keyring
|
||||||
supported
|
supported
|
||||||
problems
|
problems
|
||||||
changelog
|
|
||||||
vdir
|
vdir
|
||||||
|
contributing
|
||||||
|
changelog
|
||||||
license
|
license
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue