diff --git a/.travis.yml b/.travis.yml index f306f64..8c7ec2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - ENCRYPTION_LABEL="29c1cf4cf5c5" 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 1d331b0..c819049 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 `storage.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. +[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md). ### Tests