Skip to content

Commit 4be4390

Browse files
authored
Merge pull request #201 from PHPCSStandards/feature/160-update-references-to-default-branch
Rename references to `master` branch
2 parents fcae465 + 02f83b9 commit 4be4390

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Output of `vendor/bin/phpcs --config-show`:
4949
(Please paste the output you get here)
5050
```
5151
52-
## Tested against `master` branch?
53-
- [ ] I have verified the issue still exists in the `master` branch.
52+
## Tested against `main` branch?
53+
- [ ] I have verified the issue still exists in the `main` branch.

.github/workflows/integrationtest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Integration Test
33

44
on:
5-
# Run on pushes to `master` and on all pull requests.
5+
# Run on pushes to `main` and on all pull requests.
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
# Allow manually triggering the workflow.
1111
workflow_dispatch:

.github/workflows/quicktest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Run on pushes to feature branches.
66
push:
77
branches-ignore:
8-
- master
8+
- main
99
# Allow manually triggering the workflow.
1010
workflow_dispatch:
1111

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before making a change.
77
Please note we have [a code of conduct][], please follow it in all your interactions
88
with the project.
99

10-
[a code of conduct]: https://github.com/PHPCSStandards/composer-installer/blob/master/CODE_OF_CONDUCT.md
10+
[a code of conduct]: https://github.com/PHPCSStandards/composer-installer/blob/main/CODE_OF_CONDUCT.md
1111

1212
## Issues and feature requests
1313

@@ -131,7 +131,7 @@ A changelog can be generated using the [`github-changelog-generator`][github-cha
131131

132132
Our release versions follow [Semantic Versioning][semver].
133133

134-
New releases (and any related tags) are always created from the `master` branch.
134+
New releases (and any related tags) are always created from the `main` branch.
135135

136136
To create a new release:
137137

0 commit comments

Comments
 (0)