Skip to content

Commit a0ad434

Browse files
Add CONTRIBUTING.md guide to the documentation
Note: Required a change of title for disambiguation. Signed-off-by: David Horstmann <[email protected]>
1 parent 2951c3b commit a0ad434

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Contributing
2-
============
1+
Contributing to This Documentation
2+
==================================
33

44
We gratefully accept contributions from the community.
55

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# directories to ignore when looking for source files.
3737
# This pattern also affects html_static_path and html_extra_path.
3838
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store',
39-
'README.md', 'CONTRIBUTING.md', 'tools/README.md']
39+
'README.md', 'tools/README.md']
4040

4141

4242
# -- Options for HTML output -------------------------------------------------

index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For more information, see the following:
2323
architecture/proposed/long-term-plans.md
2424
security-advisories/security-advisories.md
2525
maintainers.md
26+
CONTRIBUTING.md
2627

2728
Indices and tables
2829
==================

0 commit comments

Comments
 (0)