Skip to content

Commit 8f3ee85

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

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 DOM Standard! Please describe the change you a
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
@@ -19,7 +19,7 @@ started, leave a comment on the issue or ask around [on IRC](https://whatwg.org/
1919
## Pull requests
2020

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

2525
Please add your name to the Acknowledgments section in your first pull request, even for trivial
@@ -29,7 +29,7 @@ fixes. The names are sorted lexicographically.
2929

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

3434
## Formatting
3535

@@ -89,7 +89,7 @@ space).
8989
## Merge policy
9090

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

9494
## Tests
9595

0 commit comments

Comments
 (0)