From eb8e2a40bcc9d3430250e9f6fc74b4d02ef0d9ab Mon Sep 17 00:00:00 2001 From: Jeff Henning Date: Tue, 17 Apr 2018 05:07:51 -0400 Subject: [PATCH] Move QA docs to .github directory & update links. (#1687) --- CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0 Readme.rst | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/Readme.rst b/Readme.rst index 521d71dc..e171ed11 100644 --- a/Readme.rst +++ b/Readme.rst @@ -22,7 +22,7 @@ It was originally developed by Ian Bell, currently a post-doc at the University * If you found a bug or have an issue that requires the developers to become active, please file an issue in our `issue tracker `_ -* `Contributions `_ to this project are welcomed and encouraged! If you wish to `contribute `_ bug fixes, patches, or new features, wrappers, or material properties, please submit a Pull Request with your code. +* `Contributions `_ to this project are welcomed and encouraged! If you wish to `contribute `_ bug fixes, patches, or new features, wrappers, or material properties, please submit a Pull Request with your code. * If you are new to Git and Github, please see the `CoolProp Wiki `_ for guidance on becoming a contributor to the project.