docs(CONTRIBUTING.md): update branch name in step 6 from master to dev

This commit is contained in:
di-sukharev
2023-03-21 18:23:38 +08:00
parent e7f7bfc2bd
commit 83906fc704
+1 -1
View File
@@ -9,7 +9,7 @@ Thank you for considering contributing to the project. Let's shake it baby.
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 `master` branch. 6. Create a pull request from your branch to the `dev` branch.
## Getting started ## Getting started