Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build.yml

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In W3C_BUILD_OVERRIDE, the metadata order should be changed. While it makes sense to put the "Participate" links first in the edcopy, it is not the case for the published version.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, "Participate:" and "Feedback:" are almost duplicates in the /TR/ version, so perhaps removing it and adding Participate (or Feedback) in the editor's copy workflow only would be good.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
with:
BUILD_FAIL_ON: warning
GH_PAGES_BRANCH: gh-pages
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: https://github.com/w3ctag/meetings/blob/gh-pages/2025/03-Paris/minutes.md#explainer-explainer-adoption-into-wgs-1
W3C_BUILD_OVERRIDE: |
status: NOTE
metadata order: *, !*
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Status: NOTE-ED
Group: tag
Repository: w3ctag/explainer-explainer
URL: https://w3ctag.github.io/explainer-explainer/
TR: https://www.w3.org/TR/explainer-explainer/
Editor: Daniel Appelquist, w3cid 35086, Invited Expert
Editor: Matthew Tylee Atkinson, w3cid 68793, Samsung https://www.samsung.com
Editor: Jeffrey Yasskin, w3cid 72192, Google https://google.com, jyasskin@google.com
Expand All @@ -21,7 +22,7 @@ Abstract: An explainer introduces a problem that a group of people are trying to
!Participate: [Github repository](https://github.com/w3ctag/explainer-explainer)
!Participate: [Issues](https://github.com/w3ctag/explainer-explainer/issues)
!Explainer Template: [https://github.com/w3ctag/explainer-explainer/blob/main/template.md](https://github.com/w3ctag/explainer-explainer/blob/main/template.md)
Metadata Include: Issue Tracking no
Metadata Include: Issue Tracking no, Feedback no
Metadata Order: !*, *
</pre>

Expand Down