From 5fc4c4c17f3077beda5e3647df73f4b1b0ba7084 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 10 Jan 2018 14:52:46 +0100 Subject: [PATCH] Meta: reference whatwg/meta guidelines Helps with https://github.com/whatwg/meta/issues/65. --- .travis.yml | 2 +- CONTRIBUTING.md | 1 + Makefile | 3 +++ README.md | 7 ++----- 4 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/.travis.yml b/.travis.yml index 0ffa7199..ccc24c1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - ENCRYPTION_LABEL="82f6fcb5a224" 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 00000000..6598e3e8 --- /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/Makefile b/Makefile index cf0b16a9..6ad9d808 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ local: url.bs remote: url.bs curl https://api.csswg.org/bikeshed/ -f -F file=@url.bs > url.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" + +deploy: url.bs + curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh diff --git a/README.md b/README.md index c1fd7a91..e5f4f693 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,12 @@ If you want to preview the spec locally, you can either use a locally installed running `make remote`. If you want to do a complete "local deploy" including commit and/or branch snapshots, run - -``` -./deploy.sh --local -``` +`make deploy`. ### 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. +[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md). ### Tests