From 0029d0ae27c39441ff1b8a27c510df294ba58308 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sat, 14 Oct 2023 11:24:19 +0300 Subject: [PATCH] Pull request template --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b25c7fee --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ + +### Description + +This Pull Request changes/fixes this thing + +### Checklist + +Before the 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)