Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 851 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 851 Bytes

Contribution Guide

Python

Use PEP 8 as a general rule and follow Google Style Guide.

Conventional Commit

This repository is Commitizen friendly. All commits should follow conventionalcommits.

GitHub flow

This repository is following GitHub flow. All changes should go through the Pull Request, and direct changes to the main branch are NOT allowed. All branch names should be prefixed with the number of the issue from which they originated, like 012_implement_deploy_command.