From 18d25672d748c374d2c4d1209b61b0d853a05db3 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Wed, 5 Jul 2023 14:52:09 +0800 Subject: [PATCH] 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. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 51fba40..35f0d62 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,7 +9,7 @@ Thanks for considering contributing to the project. 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 `dev` branch. +6. Create a pull request from your branch to the `dev` branch. Not `master` branch, PR to `dev` branch, please. ## Getting started