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: .github/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
@@ -16,7 +16,7 @@ Please note that this project is released with a [Contributor Code of Conduct](C
16
16
17
17
## Any contributions you make will be under the BSD-3-Clause License
18
18
19
-
When you submit code changes, your submissions are understood to be under the same [BSD-3-Clause License](https://github.com/sebastianbergmann/phpunit/blob/master/LICENSE) that covers the project. By contributing to this project, you agree that your contributions will be licensed under its BSD-3-Clause License.
19
+
When you submit code changes, your submissions are understood to be under the same [BSD-3-Clause License](https://github.com/sebastianbergmann/phpunit/blob/main/LICENSE) that covers the project. By contributing to this project, you agree that your contributions will be licensed under its BSD-3-Clause License.
20
20
21
21
22
22
## Write bug reports with detail, background, and sample code
@@ -50,7 +50,7 @@ Please use the most specific issue tracker to search for existing tickets and to
50
50
## Workflow for Pull Requests
51
51
52
52
1. Fork the repository.
53
-
2. Create your branch from `master` if you plan to implement new functionality or change existing code significantly; create your branch from the oldest branch that is affected by the bug if you plan to fix a bug.
53
+
2. Create your branch from `main` if you plan to implement new functionality or change existing code significantly; create your branch from the oldest branch that is affected by the bug if you plan to fix a bug.
54
54
3. Implement your change and add tests for it.
55
55
4. Ensure the test suite passes.
56
56
5. Ensure the code complies with our coding guidelines (see below).
@@ -60,7 +60,7 @@ Please make sure you have [set up your user name and email address](https://git-
60
60
61
61
We encourage you to [sign your Git commits with your GPG key](https://docs.github.com/en/github/authenticating-to-github/signing-commits).
62
62
63
-
Pull requests for bug fixes must be made for the oldest branch that is [supported](https://phpunit.de/supported-versions.html). Pull requests for new features must be based on the `master` branch.
63
+
Pull requests for bug fixes must be made for the oldest branch that is [supported](https://phpunit.de/supported-versions.html). Pull requests for new features must be based on the `main` branch.
64
64
65
65
We are trying to keep backwards compatibility breaks in PHPUnit to an absolute minimum. Please take this into account when proposing changes.
0 commit comments