Skip to content

Commit bfdb768

Browse files
authored
chore: specify correct default branch in CONTRIBUTION.md (#1771)
There is an incorrect branch specified in the guidelines: instead of `master`, there is `main` branch mentioned, which does not exist.
1 parent 2f5a328 commit bfdb768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Add languages by adding new folders at the appropriate path level.
247247

248248
1. Make your changes following the guidelines above
249249
2. Test locally using provided npm commands
250-
3. Submit a pull request to the `main` branch
250+
3. Submit a pull request to the `master` branch
251251
4. Ensure all CI checks pass
252252

253253
## Development workflow

0 commit comments

Comments
 (0)