Skip to content

Commit dbbdfb3

Browse files
committed
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 88c2569 commit dbbdfb3

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
SHELL=/bin/bash -o pipefail
2+
.PHONY: local remote deploy review
3+
14
remote: dom.bs
25
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > dom.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
36

PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Thank you for contributing to the DOM Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
3+
-->
4+
5+
- [ ] At least two implementers are interested (and none opposed):
6+
*
7+
*
8+
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
9+
*
10+
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed:
11+
* Chrome: …
12+
* Firefox: …
13+
* Safari: …
14+
15+
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

0 commit comments

Comments
 (0)