From bed97d702d146fd5f8d3da4a54648f1ce7edb653 Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Fri, 16 Nov 2018 00:13:27 -0800 Subject: Move github files into .github for tidiness --- .github/CONTRIBUTING.md | 1 + .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ CONTRIBUTING.md | 1 - PULL_REQUEST_TEMPLATE.md | 8 -------- 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 CONTRIBUTING.md delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..f622d46 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +See "[For Developers](README.md#for-developers)" in the README diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0fa69b2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +*Thanks for contributing! Please check the following things before submitting your PR :)* + + - [ ] PR message includes a link to the relevant issue(s) ๐Ÿ’โ€โ™€๏ธ๐Ÿ–‡๏ธ๐Ÿงพ + - [ ] Commit messages are well-formatted + (please follow [this guide](https://chris.beams.io/posts/git-commit/)) ๐Ÿ“๐Ÿ“ + - [ ] New features have test coverage ๐Ÿ“‹โ˜‘๏ธโ˜‘๏ธโ˜‘๏ธ + - [ ] The app boots and pronoun pages are served correctly + (try `lein ring server`) ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿš€ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index f622d46..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -See "[For Developers](README.md#for-developers)" in the README diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0fa69b2..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -*Thanks for contributing! Please check the following things before submitting your PR :)* - - - [ ] PR message includes a link to the relevant issue(s) ๐Ÿ’โ€โ™€๏ธ๐Ÿ–‡๏ธ๐Ÿงพ - - [ ] Commit messages are well-formatted - (please follow [this guide](https://chris.beams.io/posts/git-commit/)) ๐Ÿ“๐Ÿ“ - - [ ] New features have test coverage ๐Ÿ“‹โ˜‘๏ธโ˜‘๏ธโ˜‘๏ธ - - [ ] The app boots and pronoun pages are served correctly - (try `lein ring server`) ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿš€ -- cgit