From 1c5877352c96988dd2f4b10a59e3c0c2ade90cf8 Mon Sep 17 00:00:00 2001 From: SenorGeese <87151598+SenorGeese@users.noreply.github.com> Date: Tue, 14 Mar 2023 23:49:36 -0800 Subject: [PATCH] Add isdues to contribution docs (#158) Co-authored-by: laund --- docs/source/guides/contributing.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/contributing.rst b/docs/source/guides/contributing.rst index 9cca3a5d..16b94b4f 100644 --- a/docs/source/guides/contributing.rst +++ b/docs/source/guides/contributing.rst @@ -1,11 +1,20 @@ Contributing to ModdingDocs =========================== -All contributions to ModdingDocs are welcome. To add a change simply make a pull request to the `ModdingDocs repo `_. +**How can I contribute?** + +All contributions to ModdingDocs are welcome. + +Including: + +- GitHub Issues containing any knowledge you want to share +- Pull Requests with changes to the docs, even small ones + +**What do I need to know to contribute?** ModdingDocs uses `reStructuredText `_. -A cheatsheet for reStructuredText syntax can be found here: https://docs.generic-mapping-tools.org/6.2/rst-cheatsheet.html +Cheatsheet for reStructuredText syntax: https://docs.generic-mapping-tools.org/6.2/rst-cheatsheet.html. The ``.rst`` files can be found in the ``docs/source`` directory. If you're adding a new file, make sure to link it in ``index.rst``