diff options
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a06ada3..7184033e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,3 +8,7 @@ You contribution is warmly welcomed. You can help by: 3. Perform additional analysis with extracted data (analyze_certificates.py) 3. Improve the code (TODO: Follow Github contribution guidelines, ideally contact us first about your plan) +## Branches + +- `dev` is the default branch against which all pull requests are to be made. +- `master` is protected branch where stable releases reside. Each push or PR to master should be properly tagged by [semantic version](https://semver.org/) as it will invoke actions to publish docker image and PyPi package.
\ No newline at end of file |
