diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 435fd16..29d0c65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: Build on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: build: name: Build diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6598e3e..d1ad113 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md). +Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md). diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 2282ed6..df41810 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ Thank you for contributing to the Quirks Mode Standard! Please describe the chan * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: * … -- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed: +- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: * Chrome: … * Firefox: … * Safari: … diff --git a/README.md b/README.md index 2becbd2..2316a4d 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ respect the [WHATWG Code of Conduct](https://whatwg.org/code-of-conduct). ## Pull requests In short, change `quirks.bs` and submit your patch, with a -[good commit message](https://github.com/whatwg/meta/blob/master/COMMITTING.md). Consider +[good commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md). Consider reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here. 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. For quick local iteration, run `make`. To verify your changes locally, run `make deploy`. See more in the -[WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md#building). +[WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md#building). ## Merge policy If you can commit to this repository, see the -[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md). +[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md). ## Tests