Skip to content

Commit

Permalink
Meta: define merge policy and add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Helps with whatwg/meta#65.
  • Loading branch information
annevk authored Jan 8, 2018
1 parent 53511b8 commit 676fcbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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="0a03797be0f9"

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).
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ End tags may be included (if done consistently) and attributes may be quoted (us
though the prevelant theme is to omit end tags and not quote attributes (unless they contain a
space).

### Merge policy

If you can commit to this repository, see the
[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md).

This comment was marked as spam.


### Tests

Tests can be found in the `dom/` directory of
Expand Down

0 comments on commit 676fcbe

Please sign in to comment.