Skip to content

Commit

Permalink
Update branch guideline (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored Mar 3, 2022
1 parent 254bdd0 commit a8d549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The project accepts contributions primarily using GitHub pull requests. This pro

Creating a pull request involves creating a fork of the project in your personal space, adding your new code in a branch and triggering a pull request. Check the GitHub [Using Pull Requests](https://help.github.com/articles/using-pull-requests) article on how to perform pull requests.

Please base your pull request on the `development` branch and make sure to check you have incorporated or merged the latest changes! The maintainers will cherry-pick the change to `master` after it's successfully integrated and tested.
Please base your pull request on the `main` branch and make sure to check you have incorporated or merged the latest changes!

The title of the pull request typically matches that of the issue it fixes, see the [issue report guidelines](#issue-report-guidelines).
Have a look at our [pull request template](.github/pull_request_template.md) to see what is expected to be included in the pull request description. The same template is available when the pull request is triggered.
Expand Down

0 comments on commit a8d549a

Please sign in to comment.