Skip to content

Commit 41f7780

Browse files
authored
Merge pull request #1404 from gianlucam76/contributing
(chore) Fix contributing documentation
2 parents 3afa8c5 + c4f9b04 commit 41f7780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Always verify your changes locally before pushing a PR:
2020

2121
## Branches
2222

23-
Projectsveltos repos have three types of branches: the main branch, the dev branch and release-X branches.
23+
Projectsveltos repos have two types of branches: the main branch and release-X branches.
2424

25-
The dev branch is where development happens. All the latest and greatest code, including breaking changes, happens on dev.
25+
The main branch is where development happens. All the latest and greatest code, including breaking changes, happens on main.
2626

2727
The release-X branches contain stable, backwards compatible code. On every major or minor release, a new branch is created. It is from these branches that minor and patch releases are tagged. In some cases, it may be necessary to open PRs for bugfixes directly against stable branches, but this should generally not be the case.
2828

0 commit comments

Comments
 (0)