Skip to content

Commit

Permalink
Meta: update repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 1, 2020
1 parent 1c728ce commit 7200301
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,6 +1,6 @@
/fullscreen.spec.whatwg.org/
/deploy.sh
/deploy_key
/deploy_key.pub
/deploy.sh
/fullscreen.html
/review.sh
3 changes: 3 additions & 0 deletions Makefile
@@ -1,3 +1,6 @@
SHELL=/bin/bash -o pipefail
.PHONY: local remote deploy review

remote: fullscreen.bs
curl https://api.csswg.org/bikeshed/ -f -F file=@fullscreen.bs > fullscreen.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"

Expand Down
15 changes: 15 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,15 @@
<!--
Thank you for contributing to the Fullscreen API Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
-->

- [ ] At least two implementers are interested (and none opposed):
*
*
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
*
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed:
* Chrome: …
* Firefox: …
* Safari: …

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)
2 changes: 1 addition & 1 deletion fullscreen.bs
Expand Up @@ -149,7 +149,7 @@ steps:
</ol>
</ol>

<p class=note>These steps integrate with the <a>event loop</a> defined in HTML. [[!HTML]]
<p class=note>These steps integrate with the <a for=/>event loop</a> defined in HTML. [[!HTML]]



Expand Down

0 comments on commit 7200301

Please sign in to comment.