diff options
author | Morgan Astra <m@morganastra.me> | 2018-11-16 00:13:27 -0800 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2018-11-16 00:13:27 -0800 |
commit | bed97d702d146fd5f8d3da4a54648f1ce7edb653 (patch) | |
tree | 8eafb3169c923458deaf8207c5b41b4579f3c93a /.github | |
parent | 602a5753938643f42c77c7b79a8100537178fa7f (diff) |
Move github files into .github for tidiness
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 1 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
2 files changed, 9 insertions, 0 deletions
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`) ๐ฉโ๐ป๐ |