diff options
-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 |