Skip to content

Commit

Permalink
Meta: reference whatwg/meta guidelines
Browse files Browse the repository at this point in the history
Helps with whatwg/meta#65.
  • Loading branch information
annevk authored Jan 10, 2018
1 parent 25c44ab commit 5fc4c4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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="82f6fcb5a224"

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).
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ local: url.bs

remote: url.bs
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > 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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fc4c4c

Please sign in to comment.