|
| 1 | +<!-- Thank you for your contribution! |
| 2 | +
|
| 3 | + Please file this form by replacing the Markdown comments |
| 4 | + with your text. If a section needs no action - remove it. |
| 5 | +
|
| 6 | + Also remember, that CouchDB uses the Review-Then-Commit (RTC) model |
| 7 | + of code collaboration. Positive feedback is represented +1 from committers |
| 8 | + and negative is a -1. The -1 also means veto, and needs to be addressed |
| 9 | + to proceed. Once there are no objections, the PR can be merged by a |
| 10 | + CouchDB committer. |
| 11 | +
|
| 12 | + See: http://couchdb.apache.org/bylaws.html#decisions for more info. --> |
| 13 | + |
| 14 | +## Overview |
| 15 | + |
| 16 | +<!-- Please give a short brief for the pull request, |
| 17 | + what problem it solves or how it makes things better. --> |
| 18 | + |
| 19 | +## Testing recommendations |
| 20 | + |
| 21 | +<!-- Describe how we can test your changes. |
| 22 | + Does it provides any behaviour that the end users |
| 23 | + could notice? --> |
| 24 | + |
| 25 | +## GitHub issue number |
| 26 | + |
| 27 | +<!-- If this is a significant change, please file a separate issue at: |
| 28 | + https://github.com/apache/couchdb-documentation/issues |
| 29 | + and include the number here and in commit message(s) using |
| 30 | + syntax like "Fixes #472" or "Fixes apache/couchdb#472". --> |
| 31 | + |
| 32 | +## Related Pull Requests |
| 33 | + |
| 34 | +<!-- If your changes affects multiple components in different |
| 35 | + repositories please put links to those pull requests here. --> |
| 36 | + |
| 37 | +## Checklist |
| 38 | + |
| 39 | +- [ ] Documentation is written and is accurate; |
| 40 | +- [ ] `make check` passes with no errors |
| 41 | +- [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script) with the commit hash once this PR is rebased and merged |
0 commit comments