Skip to content

Commit 1f324b9

Browse files
committed
docs(contributing): change default branch for pull requests
- update contributing guide to reflect the use of 'develop' branch for pull requests instead of 'main'
1 parent bebde17 commit 1f324b9

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
@@ -19,7 +19,7 @@ Have an idea for a new feature? We'd love to hear it. [Open an issue](https://gi
1919

2020
### Pull Requests for Code Changes
2121

22-
1. Fork the repository and create a new branch from `main`.
22+
1. Fork the repository and create a new branch from `develop`.
2323
2. Make your changes, adhering to the existing code style.
2424
3. Ensure the project builds successfully using the command below.
2525
4. Submit a pull request with a clear description of your changes and why they are needed.

0 commit comments

Comments
 (0)