Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PULL_REQUEST_TEMPLATE.md (#23)
### Summary of Changes This PR consolidates the pull request template initially added by @verdan. It's been requested to be updated across all of our repos: amundsen-io/amundsenfrontendlibrary#125 (comment) ### Tests Unit tests not required for template changes. ### Documentation Documentation not required for template changes. ### CheckList Make sure you have checked **all** steps below to ensure a timely review. - [ ] PR title addresses the issue accurately and concisely. Example: "Updates the version of Flask to v1.0.2" - In case you are adding a dependency, check if the license complies with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). - [ ] PR includes a summary of changes. - [ ] PR adds unit tests, updates existing unit tests, __OR__ documents why no test additions or modifications are needed. - [ ] In case of new functionality, my PR adds documentation that describes how to use it. - All the public functions and the classes in the PR contain docstrings that explain what it does - [ ] PR passes `make test` - [ ] 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/)"
- Loading branch information