update references to main (#306)

This commit is contained in:
alrex
2021-01-29 12:09:22 -08:00
committed by GitHub
parent 5dd2412d75
commit f022385e37
45 changed files with 73 additions and 68 deletions

View File

@ -8,15 +8,15 @@ wish to make via an `issue <https://github.com/DataDog/dd-trace-py/issues>`_.
Branches
========
Developement happens in the `master` branch. When all the features for the next
milestone are merged, the next version is released and tagged on the `master`
Developement happens in the `main` branch. When all the features for the next
milestone are merged, the next version is released and tagged on the `main`
branch as `vVERSION`.
Your pull request should targets the `master` branch.
Your pull request should targets the `main` branch.
Once a new version is released, a `release/VERSION` branch might be created to
support micro releases to `VERSION`. Patches should be cherry-picking from the
`master` branch where possible — or otherwise created from scratch.
`main` branch where possible — or otherwise created from scratch.
Pull Request Process