Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
change master to main
  • Loading branch information
lucmkz authored Mar 7, 2024
1 parent 64c7896 commit 9d035be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ As a general rule of what not to comment, you should avoid:

### Branching Guidelines

Currently, `master` is our only long-term branch. Below are a few suggestions for short-term branch names:
Currently, `main` is our only long-term branch. Below are a few suggestions for short-term branch names:

* `hotfix/something-needs-fix`: Small routine patches in code for an existing feature.
* `feature/something-new`: A new feature or a change in an existing feature. Beware of breaking changes that would require a major version bump.
Expand Down

0 comments on commit 9d035be

Please sign in to comment.