Skip to content

Commit 18d2567

Browse files
committed
docs(CONTRIBUTING.md): clarify pull request target branch in contribution guidelines
This change emphasizes that pull requests should be made to the `dev` branch, not the `master` branch, to ensure proper workflow.
1 parent 79b1008 commit 18d2567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Thanks for considering contributing to the project.
99
3. Create a new branch for your changes.
1010
4. Make your changes and commit them with descriptive commit messages.
1111
5. Push your changes to your forked repository.
12-
6. Create a pull request from your branch to the `dev` branch.
12+
6. Create a pull request from your branch to the `dev` branch. Not `master` branch, PR to `dev` branch, please.
1313

1414
## Getting started
1515

0 commit comments

Comments
 (0)