Github user wohali commented on the issue:
https://github.com/apache/couchdb-config/pull/22
@jiangphcn you know how to merge this yourself, right? You have a committer
bit, you can do this yourself.
```
cd ~/workdir
git clone https://git-wip-us.apache.org/repos/asf/couchdb-config
cd couchdb-config
git checkout master
git fetch https://github.com/$username/<reponame> $branchname
git merge --no-ff FETCH_HEAD
git push
```---
