diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f780223a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ + +### Description + +This Pull Request changes/fixes this thing + +### Checklist + +Before PR can be merged be sure the following are checked: +* [ ] There are tests for the fix or feature added/changed +* [ ] A description of the changes and a reference to the PR has been added to CHANGELOG.md. More details in the [CONTRIBUTING.md](https://github.com/jwt/ruby-jwt/blob/main/CONTRIBUTING.md)