mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
================
|
||||
|
||||
|
|
@ -26,7 +23,7 @@ Submitting patches, pull requests
|
|||
* **Discuss everything in the issue tracker first** (or contact me somehow
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
<https://vdirsyncer.readthedocs.org/en/latest/tutorial.html>`_.
|
||||
|
||||
Running the tests
|
||||
=================
|
||||
|
||||
::
|
||||
|
||||
sh build.sh install_tests
|
||||
sh build.sh tests
|
||||
|
||||
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
|
||||
supported
|
||||
problems
|
||||
changelog
|
||||
vdir
|
||||
contributing
|
||||
changelog
|
||||
license
|
||||
|
|
|
|||
Loading…
Reference in a new issue