From 512f425c65cd5394a7e36f7c49b048249ecd450e Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 7 Jul 2020 23:49:28 -0400 Subject: [PATCH] Move Contributing.rst to docs/, add GitHub-specific version in .github/ --- .github/CONTRIBUTING.md | 6 ++++++ Contributing.rst => docs/Contributing.rst | 0 index.rst | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/CONTRIBUTING.md rename Contributing.rst => docs/Contributing.rst (100%) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..2367db678 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,6 @@ +Thank you for your interest in contributing to DFHack! If you're reading this +document, you're probably viewing it on GitHub. The DFHack docs are hosted +on [ReadTheDocs](https://dfhack.readthedocs.io/) - in particular, contributing +guidelines are [here](https://docs.dfhack.org/en/latest/docs/Contributing.html). +Double-checking the style guidelines before submitting a pull request is +always appreciated. diff --git a/Contributing.rst b/docs/Contributing.rst similarity index 100% rename from Contributing.rst rename to docs/Contributing.rst diff --git a/index.rst b/index.rst index 855b31a73..8c1e9d86d 100644 --- a/index.rst +++ b/index.rst @@ -58,7 +58,7 @@ For Developers .. toctree:: :maxdepth: 1 - /Contributing + /docs/Contributing /docs/Compile /docs/NEWS-dev /docs/Lua API