Skip to content

Commit 7e9e8e4

Browse files
committed
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 02e8342 commit 7e9e8e4

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/webidl.spec.whatwg.org/
22
/deploy.sh
33
/index.html
4-
/review.sh
54
/node_modules/

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL=/bin/bash -o pipefail
2-
.PHONY: local remote deploy review
2+
.PHONY: local remote deploy
33

44
remote: index.bs
55
@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \
@@ -22,7 +22,3 @@ deploy: index.bs
2222
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
2323
POST_BUILD_STEP='node ./check-grammar.js "$$DIR/index.html" && npm run webidl-grammar-post-processor -- --input "$$DIR/index.html"' \
2424
bash ./deploy.sh
25-
26-
review: index.bs
27-
curl --remote-name --fail https://resources.whatwg.org/build/review.sh
28-
bash ./review.sh

PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Thank you for contributing to the Web IDL Standard! Please describe the change y
88
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
99
*
1010
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
11-
* Chrome: …
12-
* Firefox: …
13-
* Safari: …
11+
* Chromium: …
12+
* Gecko: …
13+
* WebKit: …
1414
* Deno: …
1515
* Node.js: …
1616
* webidl2.js: …
1717
* widlparser: …
18+
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: …
1819

1920
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

0 commit comments

Comments
 (0)