From 83906fc70488770dc372f0228d8e7a8cc0e3fcfe Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Tue, 21 Mar 2023 18:23:38 +0800 Subject: [PATCH] docs(CONTRIBUTING.md): update branch name in step 6 from `master` to `dev` --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 722b3fa..044e7e7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. 4. Make your changes and commit them with descriptive commit messages. 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