From 75af3dca83231465e1b552186e466091629d8fb8 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 3 Aug 2023 00:02:57 -0700 Subject: [PATCH] Tweak wording "Assure" isn't quite the right word here. Probably meant "ensure"... tweaked the wording a little. --- .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 a6be51be0..a96c6c8af 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,10 @@ ##### Contributor checklist -- [ ] Provided the tests for the changes. -- [ ] Assure PR title is short, clear, and good to be included in the user-oriented changelog +- [ ] Included tests for the changes. +- [ ] PR title is short, clear, and ready to be included in the user-facing changelog. ##### Maintainer checklist -- [ ] Assure one of these labels is present: `backwards incompatible`, `feature`, `enhancement`, `deprecation`, `bug`, `dependency`, `docs` or `skip-changelog` as they determine changelog listing. +- [ ] Verified one of these labels is present: `backwards incompatible`, `feature`, `enhancement`, `deprecation`, `bug`, `dependency`, `docs` or `skip-changelog` as they determine changelog listing. - [ ] Assign the PR to an existing or new milestone for the target version (following [Semantic Versioning](https://blog.versioneye.com/2014/01/16/semantic-versioning/)).