diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 99922564af..f6dfd05d3d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,33 +1,30 @@ -Make sure you have checked _all_ steps below. + -### Style -- [ ] My contribution adheres to the code style guidelines and Spotless passes. - - To apply the necessary changes, run `mvn spotless:apply -Pvector-plugins` +### Rationale for this change -### Documentation -- [ ] 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 Javadoc that explain what it does +### What changes are included in this PR? + + +### Are these changes tested? + + +### Are there any user-facing changes? + + + +