From aec72c859283afd2b9b802ede228204860a076ae Mon Sep 17 00:00:00 2001 From: Jin Hyuk Chang Date: Wed, 4 Sep 2019 16:04:45 -0700 Subject: [PATCH] Removed `SQUASH COMMITS` from the PR template (#287) Removed `SQUASH COMMITS` from the PR template --- frontend/.github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/.github/PULL_REQUEST_TEMPLATE.md b/frontend/.github/PULL_REQUEST_TEMPLATE.md index 7fe7b8811b..3f4276db68 100644 --- a/frontend/.github/PULL_REQUEST_TEMPLATE.md +++ b/frontend/.github/PULL_REQUEST_TEMPLATE.md @@ -19,4 +19,3 @@ Make sure you have checked **all** steps below to ensure a timely review. - [ ] In case of new functionality, my PR adds documentation that describes how to use it. - All the public python functions and the classes in the PR contain docstrings that explain what it does - [ ] PR passes all tests documented in the [developer guide](https://github.com/lyft/amundsenfrontendlibrary/blob/master/docs/developer_guide.md#testing) -- [ ] I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"