From 6b480c97b2e62df48386144fbaaaf2507e18abce Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sat, 30 May 2020 15:08:50 +0100 Subject: 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 --- CONTRIBUTING.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.rst (limited to 'CONTRIBUTING.rst') 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. -- cgit v1.2.3