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.
This commit is contained in:
di-sukharev
2023-07-05 14:52:09 +08:00
parent 79b1008e02
commit 18d25672d7
+1 -1
View File
@@ -9,7 +9,7 @@ Thanks for considering contributing to the project.
3. Create a new branch for your changes. 3. Create a new branch for your changes.
4. Make your changes and commit them with descriptive commit messages. 4. Make your changes and commit them with descriptive commit messages.
5. Push your changes to your forked repository. 5. Push your changes to your forked repository.
6. Create a pull request from your branch to the `dev` branch. 6. Create a pull request from your branch to the `dev` branch. Not `master` branch, PR to `dev` branch, please.
## Getting started ## Getting started