1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Merge pull request #3906 from cruel-intentions/rename-master-to-main

doc(readme): master branch is now main
This commit is contained in:
Brian Douglas 2021-12-06 09:09:11 -08:00 committed by GitHub
commit f35ddb564c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ Heres how we suggest you go about proposing a change to this project:
1. [Fork this project][fork] to your account. 1. [Fork this project][fork] to your account.
2. [Create a branch][branch] for the change you intend to make. 2. [Create a branch][branch] for the change you intend to make.
3. Make your changes to your fork. 3. Make your changes to your fork.
4. [Send a pull request][pr] from your forks branch to our `master` branch. 4. [Send a pull request][pr] from your forks branch to our `main` branch.
Using the web-based interface to make changes is fine too, and will help you Using the web-based interface to make changes is fine too, and will help you
by automatically forking the project and prompting to send a pull request too. by automatically forking the project and prompting to send a pull request too.