From d151a8e43701c77987fd9b276eceb4d596a332a7 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Mon, 20 May 2024 12:08:44 +0100 Subject: [PATCH] Add a pull request template Every time someone opens a PR they will be reminded to release a new version of the gem. Also point to docs on Ruby version compatibility. --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 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 0000000..1426d0d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +⚠️ Make sure you [release a new version of this gem](https://github.com/alphagov/govuk_app_config/pull/356/files) after merging your changes. ⚠️ + +Refer to the [existing docs](https://docs.publishing.service.gov.uk/manual/publishing-a-ruby-gem.html#ruby-version-compatibility) if you are making changes to the supported Ruby versions.