Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): clarify pull request target branch in contribu…
Browse files Browse the repository at this point in the history
…tion guidelines

This change emphasizes that pull requests should be made to the `dev` branch, not the `master` branch, to ensure proper workflow.
  • Loading branch information
di-sukharev committed Jul 5, 2023
1 parent 79b1008 commit 18d2567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 18d2567

Please sign in to comment.