Skip to content

Commit 35a531b

Browse files
authored
Auto-publish the Design Principles. (#549)
This also adds a description of how editors will ensure the document always has TAG consensus.
1 parent 0975d2b commit 35a531b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ jobs:
1616
with:
1717
BUILD_FAIL_ON: warning
1818
GH_PAGES_BRANCH: gh-pages
19+
W3C_BUILD_OVERRIDE: |
20+
status: NOTE
21+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
22+
W3C_WG_DECISION_URL: https://github.com/w3ctag/design-principles/pull/549

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ With those dependencies, simply invoke `make` to build the document.
1313
# Contributing
1414

1515
Contributions are welcome to anyone who follows [our code of conduct](https://www.w3.org/Consortium/cepc/).
16+
17+
The editors will merge PRs after they have TAG consensus and will attempt to document that consensus
18+
by linking to the meeting minutes. If you notice a change that seems to have been merged without
19+
consensus, please comment on its PR or file an issue, and we'll either quickly find better evidence
20+
or back out the change until we can discuss it more fully.

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Web Platform Design Principles
33
Group: tag
44
Shortname: design-principles
55
Repository: w3ctag/design-principles
6-
Status: ED
6+
Status: NOTE-ED
77
Level: none
88
TR: https://www.w3.org/TR/design-principles/
99
ED: https://w3ctag.github.io/design-principles/

0 commit comments

Comments
 (0)