From 0ada4420edda54b68cca31c667d0ee9aad39d13e Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 8 Jan 2018 11:48:28 +0100 Subject: [PATCH] Reference whatwg/meta resources Helps with https://github.com/whatwg/meta/issues/65. --- .travis.yml | 2 +- CONTRIBUTING.md | 1 + README.md | 11 ++++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/.travis.yml b/.travis.yml index 0f2a3ee..6698cfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - ENCRYPTION_LABEL="ec7b5894d73c" script: - - curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh + - make deploy branches: only: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6598e3e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md). diff --git a/README.md b/README.md index e0faf58..646f5f1 100755 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ 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/erlang/otp/wiki/Writing-good-commit-messages). Consider -reading through the [WHATWG FAQ](https://wiki.whatwg.org/wiki/FAQ) if you are new here. +[good commit message](https://github.com/whatwg/meta/blob/master/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 fixes. The names are sorted lexicographically. @@ -21,7 +21,12 @@ running `make remote`. If you want to do a complete "local deploy" including commit and/or branch snapshots, run `make deploy`. +### Merge policy + +If you can commit to this repository, see the +[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md). + ### Tests -Tests can be found in the `quirks-mode/` directory of +Tests can be found in the `quirks/` directory of [`web-platform-tests`](https://github.com/w3c/web-platform-tests).