File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Build
2
2
on :
3
3
pull_request :
4
4
branches :
5
- - master
5
+ - main
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
jobs :
10
10
build :
11
11
name : Build
Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Thank you for contributing to the Quirks Mode Standard! Please describe the chan
7
7
* …
8
8
- [ ] [ Tests] ( https://github.com/web-platform-tests/wpt ) are written and can be reviewed and commented upon at:
9
9
* …
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:
11
11
* Chrome: …
12
12
* Firefox: …
13
13
* Safari: …
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ respect the [WHATWG Code of Conduct](https://whatwg.org/code-of-conduct).
8
8
## Pull requests
9
9
10
10
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
12
12
reading through the [ WHATWG FAQ] ( https://whatwg.org/faq ) if you are new here.
13
13
14
14
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.
18
18
19
19
For quick local iteration, run ` make ` . To verify your changes locally, run ` make deploy ` . See more
20
20
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 ) .
22
22
23
23
## Merge policy
24
24
25
25
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 ) .
27
27
28
28
## Tests
29
29
You can’t perform that action at this time.
0 commit comments