Skip to content

Commit 6e49fbc

Browse files
foolipdomenic
authored andcommitted
Meta: Review Draft infrastructure
See whatwg/whatwg.org#197 and whatwg/meta#92 for details. This also updates the web-platform-tests and IRC URLs.
1 parent e1fb3a8 commit 6e49fbc

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/fullscreen.spec.whatwg.org/
2-
deploy_key
3-
deploy_key.pub
4-
deploy.sh
5-
fullscreen.html
2+
/deploy_key
3+
/deploy_key.pub
4+
/deploy.sh
5+
/fullscreen.html
6+
/review.sh

Makefile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
local: fullscreen.bs
2-
bikeshed spec fullscreen.bs fullscreen.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
3-
41
remote: fullscreen.bs
52
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > fullscreen.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
63

4+
local: fullscreen.bs
5+
bikeshed spec fullscreen.bs fullscreen.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
6+
77
deploy: fullscreen.bs
8-
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh
8+
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
9+
bash ./deploy.sh
10+
11+
review: fullscreen.bs
12+
curl --remote-name --fail https://resources.whatwg.org/build/review.sh
13+
bash ./review.sh

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
This repository hosts the [Fullscreen API Standard](https://fullscreen.spec.whatwg.org/).
22

3-
### Code of conduct
3+
## Code of conduct
44

5-
We are committed to providing a friendly, safe and welcoming environment for all. Please read and
5+
We are committed to providing a friendly, safe, and welcoming environment for all. Please read and
66
respect the [WHATWG Code of Conduct](https://whatwg.org/code-of-conduct).
77

8-
### Contribution opportunities
8+
## Contribution opportunities
99

1010
Folks notice minor and larger issues with the Fullscreen API Standard all the time and we'd love
1111
your help fixing those. Pull requests for typographical and grammar errors are also most welcome.
1212

1313
We'd be happy to mentor you through this process. If you're interested and need help getting
14-
started, leave a comment on the issue or ask around [on IRC](https://wiki.whatwg.org/wiki/IRC).
14+
started, leave a comment on the issue or ask around [on IRC](https://whatwg.org/irc).
1515

16-
### Pull requests
16+
## Pull requests
1717

1818
In short, change `fullscreen.bs` and submit your patch, with a
1919
[good commit message](https://github.com/whatwg/meta/blob/master/COMMITTING.md). Consider
@@ -22,19 +22,18 @@ reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here.
2222
Please add your name to the Acknowledgments section in your first pull request, even for trivial
2323
fixes. The names are sorted lexicographically.
2424

25-
If you want to preview the spec locally, you can either use a locally installed copy of
26-
[Bikeshed](https://github.com/tabatkins/bikeshed) by running `make` or use the HTTP API version by
27-
running `make remote`.
25+
## Building "locally"
2826

29-
If you want to do a complete "local deploy" including commit and/or branch snapshots, run
30-
`make deploy`.
27+
For quick local iteration, run `make`. To verify your changes locally, run `make deploy`. See more
28+
in the
29+
[WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md#building).
3130

32-
### Merge policy
31+
## Merge policy
3332

3433
If you can commit to this repository, see the
3534
[maintainer guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md).
3635

37-
### Tests
36+
## Tests
3837

3938
Tests can be found in the `fullscreen/` directory of
40-
[`web-platform-tests`](https://github.com/w3c/web-platform-tests).
39+
[`web-platform-tests/wpt`](https://github.com/web-platform-tests/wpt).

0 commit comments

Comments
 (0)