Skip to content

Commit aa1bca6

Browse files
committed
Update CONTRIBUTING.md
1 parent 4ca3b26 commit aa1bca6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pull requests are great if you want to add a feature or fix a bug. Here's a quic
2828

2929
6. Commit your changes.
3030

31-
7. Push to your fork and submit a pull request on our `dev` branch. Please provide us with some explanation of why you made the changes you made. For new features make sure to explain a standard use case to us.
31+
7. Push to your fork and submit a pull request on our `main` branch. Please provide us with some explanation of why you made the changes you made. For new features make sure to explain a standard use case to us.
3232

3333
## CI (Github Actions) Tests
3434

@@ -93,7 +93,6 @@ Just as in the subject, use the imperative, present tense: "change" not "changed
9393
### Branch rules
9494

9595
- There must be a `main` branch, used only for the releases.
96-
- There must be a `dev` branch, used to merge all the branches under it.
9796
- Avoid long descriptive names for long-lived branches.
9897
- Use kebab-case (no CamelCase).
9998
- Use grouping tokens (words) at the beginning of your branch names (in a similar way to the `type` of commit).

0 commit comments

Comments
 (0)