Skip to content

Commit

Permalink
Reference whatwg/meta resources
Browse files Browse the repository at this point in the history
Helps with whatwg/meta#65.
  • Loading branch information
annevk committed Jan 8, 2018
1 parent c17a520 commit 0ada442
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md).
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).

0 comments on commit 0ada442

Please sign in to comment.