From 830fb98b8f911c913af2231170782e106fa47bd9 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Wed, 30 May 2018 12:00:24 -0400 Subject: [PATCH] Make the CONTRIBUTING.md file more discoverable by putting it in the root directory Signed-off-by: Jonathan Leitschuh --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 63715bd50fa2c..10dd06d1a8f8a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ ### Contributor Checklist -- [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/.github/CONTRIBUTING.md) +- [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md) - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#git-commit---signoff) to indicate that you agree to the terms of [Developer Certificate of Origin](https://developercertificate.org/). - [ ] Check ["Allow edit from maintainers" option](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) in pull request so that additional changes can be pushed by Gradle team - [ ] Provide integration tests (under `/src/integTest`) to verify changes from a user perspective diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 41d9adefb464d..f1e71af92cbac 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ To create a full installation (includes docs): ## Contributing -If you're looking to contribute to Gradle or provide a patch/pull request, you can find more info [here](https://github.com/gradle/gradle/blob/master/.github/CONTRIBUTING.md). +If you're looking to contribute to Gradle or provide a patch/pull request, you can find more info [here](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md).