This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch pr-template in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d06740a7d0fba3790bb2f452e5a9ec910ace81de Author: Ronny Berndt <[email protected]> AuthorDate: Fri Dec 30 17:42:23 2022 +0100 Update PR template Remind committers to backport doc changes to other branches. --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 10ee98344..68fa0c5f2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,12 +19,12 @@ ## Testing recommendations <!-- Describe how we can test your changes. - Does it provides any behaviour that the end users + Does it provide any behaviour that the end users could notice? --> ## Related Issues or Pull Requests -<!-- If your changes affects multiple components in different +<!-- If your changes affect multiple components in different repositories please put links to those issues or pull requests here. --> ## Checklist @@ -33,3 +33,4 @@ - [ ] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] Documentation changes were made in the `src/docs` folder +- [ ] Documentation changes were backported (separated PR) to affected branches
