Skip to content

Commit 0534445

Browse files
CONTRIBUTING.md updates
1 parent 8fccb82 commit 0534445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ do so.
1414

1515
* Check that the issue has not already been reported.
1616
* Check that the issue has not already been fixed in the latest code
17-
(a.k.a. `master`).
17+
(a.k.a. `main`).
1818
* Be clear, concise and precise in your description of the problem.
1919
* Open an issue with a descriptive title and a summary in grammatically correct,
2020
complete sentences.
@@ -38,10 +38,10 @@ consider what kind of change it is:
3838

3939
- Create a personal fork of the project on Github.
4040
- If you created your fork a while ago be sure to pull upstream changes into your local repository.
41-
- Create a new branch to work on! Branch from `master`.
41+
- Create a new branch to work on! Branch from `main`.
4242
- Implement/fix your feature, comment your code.
4343
- Write or adapt tests as needed.
4444
- Add or change the documentation as needed.
4545
- Squash your commits into a single commit with git's [interactive rebase](https://help.github.com/articles/interactive-rebase). Create a new branch if necessary.
4646
- Push your branch to your fork on Github, the remote `origin`.
47-
- From your fork open a pull request with a clear title and description in grammatically correct, complete sentences.
47+
- From your fork open a pull request with a clear title and description in grammatically correct, complete sentences.

0 commit comments

Comments
 (0)