From c050a4525d66da034ec4548aa214d3dae34cab8b Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Sat, 6 Jan 2018 19:29:49 +0100 Subject: [PATCH] Meta: align with whatwg/meta resources Helps with https://github.com/whatwg/meta/issues/65. --- .travis.yml | 2 +- CONTRIBUTING.md | 1 + README.md | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/.travis.yml b/.travis.yml index 4959454..d8e716c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - ENCRYPTION_LABEL="f5b0eb183bc9" 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..d24f672 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +Please see the [contributor guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md). diff --git a/README.md b/README.md index e880a1c..2a54998 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ started, leave a comment on the issue or ask around [on IRC](https://wiki.whatwg ### Pull requests In short, change `fullscreen.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. @@ -32,7 +32,7 @@ If you want to do a complete "local deploy" including commit and/or branch snaps ### Merge policy If you can commit to this repository, see the -[html repository's TEAM](https://github.com/whatwg/html/blob/master/TEAM.md) for guidelines. +[maintainer guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md). ### Tests