From 6a26888ae66be092669a320a970e00f9b5d43a75 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 3 Feb 2025 10:18:06 +1100 Subject: [PATCH] Add periods to PR template list entries that didn't have it This way, all entries have a period and the template is homogeneous. --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f81694420..c12f8b85d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,8 +2,8 @@ ## Checklist before requesting a review -- [ ] Run `bundle exec rubocop` to test for code style violations and recommendations -- [ ] Add Unit Tests (aka `specs/*_spec.rb`) if applicable -- [ ] Run `bundle exec rspec` to run the whole test suite and ensure all your tests pass +- [ ] Run `bundle exec rubocop` to test for code style violations and recommendations. +- [ ] Add Unit Tests (aka `specs/*_spec.rb`) if applicable. +- [ ] Run `bundle exec rspec` to run the whole test suite and ensure all your tests pass. - [ ] Make sure you added an entry in [the `CHANGELOG.md` file](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/CHANGELOG.md#trunk) to describe your changes under the appropriate existing `###` subsection of the existing `## Trunk` section. - [ ] If applicable, add an entry in [the `MIGRATION.md` file](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/MIGRATION.md) to describe how the changes will affect the migration from the previous major version and what the clients will need to change and consider.