Skip to content

Commit

Permalink
Meta: update repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored Apr 6, 2020
1 parent a3e4822 commit cfcd303
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
indent_size = 2

[*.{js,bs}]
max_line_length = 120
Expand All @@ -16,3 +16,6 @@ indent_style = tab

[Makefile]
indent_style = tab

[.travis.yml]
indent_size = 2
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/node_modules/
/npm-debug.log
/streams.spec.whatwg.org/
/index.html
/index.html.*
/deploy.sh
/deploy_key
/deploy_key.pub
/index.html
/review.sh
/index.html.*
/node_modules/
/npm-debug.log
10 changes: 3 additions & 7 deletions .pr-preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"md-status": "LS-COMMIT",
"md-warning": "Commit {{ sha }} {{ pull_request.head.repo.html_url }}/commit/{{ sha }} replaced by {{ config.ls_url }}",
"md-title": "{{ config.title }} (Pull Request Snapshot #{{ pull_request.number }})",
"md-Text-Macro": "SNAPSHOT-LINK {{ config.back_to_ls_link }}"
"force": 1,
"md-status": "LS-PR",
"md-Text-Macro": "PR-NUMBER {{ pull_request.number }}"
},
"ls_url": "https://streams.spec.whatwg.org/",
"title": "Streams Standard",
"back_to_ls_link": "<a href=\"https://streams.spec.whatwg.org/\" id=\"commit-snapshot-link\">Go to the living standard</a>",
"post_processing": {
"name": "emu-algify",
"options": {
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
SHELL=/bin/bash -o pipefail
.PHONY: local remote deploy review

remote: index.bs
curl https://api.csswg.org/bikeshed/ -f -F file=@index.bs > index.html.postbs -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
node_modules/.bin/emu-algify --throwing-indicators < index.html.postbs > index.html
Expand Down
15 changes: 15 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
Thank you for contributing to the Streams 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.)

0 comments on commit cfcd303

Please sign in to comment.