diff options
| author | Adam Janovsky | 2021-04-22 17:23:49 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-22 17:23:49 +0200 |
| commit | 4652dde511aace0a89f8a9631fe7644921e4e45a (patch) | |
| tree | 2ea702715d386e255cd1760985d2e3ead83c9e04 /CONTRIBUTING.md | |
| parent | 00e0152bd1a8ed79153f6f3c2263dd90ff387c66 (diff) | |
| download | sec-certs-4652dde511aace0a89f8a9631fe7644921e4e45a.tar.gz sec-certs-4652dde511aace0a89f8a9631fe7644921e4e45a.tar.zst sec-certs-4652dde511aace0a89f8a9631fe7644921e4e45a.zip | |
default branch change in cotributing
Diffstat (limited to 'CONTRIBUTING.md')
| -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 |
