├── dcc ├── git_commit_msg.txt ├── __init__.py ├── __main__.py └── utils.py ├── requirements-dev.txt ├── .remarkrc ├── examples ├── requirements-dev.txt ├── setup.cfg ├── .editorconfig ├── .pre-commit-config.yaml └── .travis.yml ├── setup.cfg ├── .spelling ├── .gitignore ├── LICENSE ├── DCC.md ├── .travis.yml ├── setup.py ├── howto └── travis-ci.md ├── MIGRATION-GUIDE.md ├── README.md └── CONTRIBUTING.md /dcc/git_commit_msg.txt: -------------------------------------------------------------------------------- 1 | # (feat, fix, docs, style, refactor, pref, test, chore): 2 | 3 | # 4 | 5 | 6 | #