From 8f3ee8577c79a0dd8e05f8f8e55ee1dc858fa576 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 13 Jan 2021 16:02:00 +0100 Subject: [PATCH] Meta: default branch rename Helps with https://github.com/whatwg/meta/issues/174. --- .github/workflows/build.yml | 4 ++-- CONTRIBUTING.md | 2 +- PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 435fd164..29d0c651 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 6598e3e8..d1ad113d 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 365c4950..bb8df15d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ Thank you for contributing to the DOM Standard! Please describe the change you a * … - [ ] [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 9fd7282f..54d55d29 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ started, leave a comment on the issue or ask around [on IRC](https://whatwg.org/ ## Pull requests In short, change `dom.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 @@ -29,7 +29,7 @@ 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). ## Formatting @@ -89,7 +89,7 @@ space). ## 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