From 310437f44b9e914b23260d063376733c5abb9791 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 1 Apr 2020 09:23:52 +0200 Subject: [PATCH 1/2] Meta: update repository files See https://github.com/whatwg/spec-factory for details. --- .gitignore | 2 +- Makefile | 3 +++ PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/.gitignore b/.gitignore index fbc589a..1710fad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /fullscreen.spec.whatwg.org/ +/deploy.sh /deploy_key /deploy_key.pub -/deploy.sh /fullscreen.html /review.sh diff --git a/Makefile b/Makefile index 3a0459d..f7091d7 100644 --- a/Makefile +++ b/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" diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d003c28 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +- [ ] 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.) From 446337076518382983fdd34001446b4610f6b846 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 1 Apr 2020 11:53:56 +0200 Subject: [PATCH 2/2] fix ref --- fullscreen.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullscreen.bs b/fullscreen.bs index 49ab468..34407d9 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -149,7 +149,7 @@ steps: -

These steps integrate with the event loop defined in HTML. [[!HTML]] +

These steps integrate with the event loop defined in HTML. [[!HTML]]