Skip to content

Commit c056382

Browse files
authored
Update CONTRIBUTING.md
1 parent 4c58159 commit c056382

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
@@ -2,7 +2,7 @@
22
We're really happy to accept contributions. However we also ask that you follow several rules when doing so.
33

44
# Proper base
5-
When opening a PR, please make sure your branch targets the latest release branch, in this case it would be `main`. Also make sure your branch is even with the target branch, to avoid unnecessary surprises.
5+
When opening a PR, please make sure your branch targets the latest release branch, in this case it would be `master`. Also make sure your branch is even with the target branch, to avoid unnecessary surprises.
66

77
# Versioning
88
We follow [SemVer](https://semver.org/) versioning when it comes to pushing stable releases. Ideally, this means you should only be creating PRs for `patch` and `minor` changes. If you wish to introduce a `major` (breaking) change, please discuss it beforehand so we can determine how to integrate it into our next major version. If this involves removing a public facing property/method, mark it with the `Obsolete` attribute instead on the latest release branch.
@@ -42,4 +42,4 @@ the commit with `[ci skip]`.
4242

4343
# Non-code changes
4444
In the event you change something outside of code (i.e. a meta-change or documentation), you must tag your commit with
45-
`[ci skip]`.
45+
`[ci skip]`.

0 commit comments

Comments
 (0)