Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-05-30 17:08:50 +0300
committerStephen Finucane <stephen@that.guru>2020-06-02 14:10:21 +0300
commit6b480c97b2e62df48386144fbaaaf2507e18abce (patch)
treeea241fb193d43cfb32c340b6a0760254d29f9b24 /CONTRIBUTING.rst
parentd3021f644f49bf7b3cf4f9f65f93eec281a7e5c8 (diff)
docs: Rework contributing document, re-add CONTRIBUTING
Reorder this to flow a little better and re-add the CONTRIBUTING document, which now simply points to the main documentation. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 000000000..73ea1e52e
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,17 @@
+======================
+Contributing to Sphinx
+======================
+
+Interested in contributing to Sphinx? Hurrah! We welcome all forms of
+contribution, including code patches, documentation improvements and bug
+reports/feature requests.
+
+Our contributing guide can be found online at:
+
+https://www.sphinx-doc.org/en/master/internals/contributing/
+
+You can also browse it from this repository from
+``doc/internals/contributing/``
+
+Sphinx uses GitHub to host source code, track patches and bugs, and more.
+Please make an effort to provide as much possible when filing bugs.