mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Reorg CONTRIBUTING
This commit is contained in:
parent
0a981e02f4
commit
37a7ef2160
4 changed files with 23 additions and 6 deletions
18
CONTRIBUTING
Normal file
18
CONTRIBUTING
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!---
|
||||
|
||||
This file serves as an entry point for GitHub's Contributing
|
||||
Guidelines [1] only.
|
||||
|
||||
GitHub doesn't render rST very well, especially in respect to internal
|
||||
hyperlink targets and cross-references [2]. People also tend to
|
||||
confuse rST and Markdown syntax. Therefore, instead of keeping the
|
||||
contents here (and including from rST documentation under doc/), link
|
||||
to the Sphinx generated docs is provided below.
|
||||
|
||||
|
||||
[1] https://github.com/blog/1184-contributing-guidelines
|
||||
[2] http://docutils.sourceforge.net/docs/user/rst/quickref.html#hyperlink-targets
|
||||
|
||||
-->
|
||||
|
||||
http://letsencrypt.readthedocs.org/en/latest/contributing.html
|
||||
|
|
@ -1,3 +1,7 @@
|
|||
============
|
||||
Contributing
|
||||
============
|
||||
|
||||
.. _hacking:
|
||||
|
||||
Hacking
|
||||
|
|
@ -6,7 +6,7 @@ Welcome to the Let's Encrypt client documentation!
|
|||
|
||||
intro
|
||||
using
|
||||
project
|
||||
contributing
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
================================
|
||||
The Let's Encrypt Client Project
|
||||
================================
|
||||
|
||||
.. include:: ../CONTRIBUTING.rst
|
||||
Loading…
Reference in a new issue