Skip to content

Commit fad6bea

Browse files
committed
Meta: default branch rename
Helps with whatwg/meta#174.
1 parent 8afaf67 commit fad6bea

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
push:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
build:
1111
name: Build

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md).
1+
Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md).

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thank you for contributing to the Quirks Mode Standard! Please describe the chan
77
*
88
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
99
*
10-
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed:
10+
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
1111
* Chrome: …
1212
* Firefox: …
1313
* Safari: …

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ respect the [WHATWG Code of Conduct](https://whatwg.org/code-of-conduct).
88
## Pull requests
99

1010
In short, change `quirks.bs` and submit your patch, with a
11-
[good commit message](https://github.com/whatwg/meta/blob/master/COMMITTING.md). Consider
11+
[good commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md). Consider
1212
reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here.
1313

1414
Please add your name to the Acknowledgments section in your first pull request, even for trivial
@@ -18,12 +18,12 @@ fixes. The names are sorted lexicographically.
1818

1919
For quick local iteration, run `make`. To verify your changes locally, run `make deploy`. See more
2020
in the
21-
[WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md#building).
21+
[WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md#building).
2222

2323
## Merge policy
2424

2525
If you can commit to this repository, see the
26-
[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md).
26+
[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md).
2727

2828
## Tests
2929

0 commit comments

Comments
 (0)