From d460fbb489f27bcb28afc3c51e49ba39a603a991 Mon Sep 17 00:00:00 2001 From: Aldo D'Aquino Date: Tue, 15 Jan 2019 15:40:26 +0100 Subject: [PATCH] Clean up Moves also CONTRIBUTING to .github --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/_config.yml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) delete mode 100644 .github/_config.yml diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9f4b44f..20891a4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,6 +40,6 @@ - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. -- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) document. +- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. diff --git a/.github/_config.yml b/.github/_config.yml deleted file mode 100644 index 2f7efbe..0000000 --- a/.github/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-minimal \ No newline at end of file