You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ do so.
14
14
15
15
* Check that the issue has not already been reported.
16
16
* Check that the issue has not already been fixed in the latest code
17
-
(a.k.a. `master`).
17
+
(a.k.a. `main`).
18
18
* Be clear, concise and precise in your description of the problem.
19
19
* Open an issue with a descriptive title and a summary in grammatically correct,
20
20
complete sentences.
@@ -38,10 +38,10 @@ consider what kind of change it is:
38
38
39
39
- Create a personal fork of the project on Github.
40
40
- 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`.
42
42
- Implement/fix your feature, comment your code.
43
43
- Write or adapt tests as needed.
44
44
- Add or change the documentation as needed.
45
45
- 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.
46
46
- 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