diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2019-06-20 20:48:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 20:48:34 -0400 |
commit | c517618ba54892b0b5d26e529924af04b9e62f49 (patch) | |
tree | 62574acbf82463ef886b4530ef25e1ad4a597848 | |
parent | 0d32708d68432b127154757643f28efd20066330 (diff) | |
parent | 6e753551f4a045a3247c3ec2d270309069247678 (diff) | |
download | couchdb-c517618ba54892b0b5d26e529924af04b9e62f49.tar.gz |
Merge branch 'master' into dreyfus-by-default
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a64a17e7b..0d3aef603 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,6 +29,7 @@ ## Checklist -- [ ] Code is written and works correctly; -- [ ] Changes are covered by tests; -- [ ] Documentation reflects the changes; +- [ ] Code is written and works correctly +- [ ] Changes are covered by tests +- [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` +- [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation |