Set of scripts for codereview flow with Jira, Slack and GitLab.
git clone
pip install -r requirements.txt
cp .env.example .env
- fill in all vars in
.env
file - touch
src/local_config.py
- fill in
PROJECTS_INFO
,DEVELEOPERS_INFO
andREPO_TO_CODETYPE_MAPPING
insrc/local_config.py
python waf.py
– for debug usageDOGGIE_DEBUG=False python waf.py
– for prod usage (writes to all channels)
We would love you to contribute to our project. It's simple:
- Create an issue with bug you found or proposal you have. Wait for approve from maintainer.
- Create a pull request. Make sure all checks are green.
- Fix review comments if any.
- Be awesome.
Here are useful tips:
- You can run all checks and tests with
make check
. Please do it before TravisCI does. - We use BestDoctor python styleguide.
- We respect Django CoC. Make soft, not bullshit.