Enhancements or fixes are welcome
Check if a ticket for your issue already exists in GitHub issues. If you don't find a ticket submit a new one.
- Fork the repo
- Check out a new topic branch from
dev
. - Make your changes.
- Commit and push the topic branch.
- Extra credit if you squash your commits first.
- Submit a pull request back to
dev
.
###Style
- Lint your code with flake8, pep257, and pylint.
- Follow the existing conventions.
###Tests
- If you add any functionality be sure to also add a test for it.
- All regressions need to pass before your pull can be accepted
By contributing to slack-zabbix you agree that your contributions will be licensed under its MIT license.