- Python 3.6
- MongoDB
- PyMongo
- jira
- python-telegram-bot
DB_NAME
must be a database administrator (with rights to create collections)
Run command in root folder of project: pytest -v
- Install the editorconfig plugin for your code editor.
- Used Flake8 or PEP8 plugins in your console or code editor.
- Do not copypaste, do not hack, always look for easiest solutions.
- Write tests for your code.
- For every task create a branch from current
master
, when ready create a merge request back to dev. - Prefer small commits and branches.
- Read this [docs]