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:
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.