From 800c124d8cf25cd55732947af56d6e7d9190b32c Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Mon, 27 Nov 2023 23:50:45 +0000 Subject: [PATCH 1/2] Tweak PR template file to clarify author update step --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 269c93e8..4881a610 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ See issue #XXX for discussion of these changes. # Release checklist -- [ ] Authors updated in `cf-conventions.adoc`? +- [ ] Authors updated in `cf-conventions.adoc`? Add in two places: on line 3 and under `.Additional Authors` in `About the authors`. - [ ] Next version in `cf-conventions.adoc` up to date? Versioning inspired by [SemVer](https://semver.org). - [ ] `history.adoc` up to date? - [ ] Conformance document up-to-date? From 5732a3a0de88ae81c8c3581e3136c4334b8bfb19 Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Tue, 28 Nov 2023 00:02:12 +0000 Subject: [PATCH 2/2] Tweak PR template file for consistent grammar use --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4881a610..3a94f77a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ See issue #XXX for discussion of these changes. - [ ] Authors updated in `cf-conventions.adoc`? Add in two places: on line 3 and under `.Additional Authors` in `About the authors`. - [ ] Next version in `cf-conventions.adoc` up to date? Versioning inspired by [SemVer](https://semver.org). - [ ] `history.adoc` up to date? -- [ ] Conformance document up-to-date? +- [ ] Conformance document up to date? # For maintainers After the merge remember to delete the source branch.