8000 Merged with main · w3c/guide@e32e9aa · GitHub
[go: up one dir, main page]

Skip to content

Commit e32e9aa

Browse files
committed
Merged with main
1 parent b78495a commit e32e9aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

editor/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ If you are a newly appointed editor in your Working Group, here is some advice t
1717

1818
- Get an [idea of the role of an editor](role.md) at W3C
1919
- Check the most popular editing tools: [Bikeshed](https://speced.github.io/bikeshed/), [respec](https://github.com/speced/respec/wiki)
20-
- [Pubrules](https://www.w3.org/pubrules/) ([publication requirements](https://www.w3.org/pubrules/doc)) and links to related policies (e.g., [namespaces](editor/namespaces.md), [media type registration](editor/mediatypes.md), [version management](editor/versioning.md), and [in-place modifications](standards-track/republishing.md))
21-
See also [Pubrules issue management](https://github.com/w3c/specberus/issues)
20+
- When using Github, check [Using GitHub for Spec Work](../github/specs.md) and [Workflow for editors and other contributors](./github/workflow.md)
21+
- [How to Organize a Recommendation Track Transition](../transitions/) explains the process to get a document published as a technical report. The [step finder](../transitions/nextstep.md) will help you finding which transition to do next and what the requirements are.
22+
- [Pubrules](https://www.w3.org/pubrules/) ([publication requirements](https://www.w3.org/pubrules/doc)) and links to related policies (e.g., [namespaces](namespaces.md), [media type registration](mediatypes.md), [version management](versioning.md), and [in-place modifications](standards-track/republishing.md)). See also [Pubrules issue management](https://github.com/w3c/specberus/issues)
2223
- Publications can only happen on Tuesdays and Thursdays ([Member-only archive of announcement](https://lists.w3.org/Archives/Member/chairs/2009JanMar/0192.html)), unless you use the [automated publication system](https://github.com/w3c/echidna/wiki)
23-
- [How to Organize a Recommendation Track Transition](../transitions/) explains the process to get a document published as a technical report.
2424
- Review [WCAG](https://www.w3.org/TR/WCAG/)
2525
- All W3C editors are invited to join the [publicly archived mailing list <spec-prod@w3.org>](https://lists.w3.org/Archives/Public/spec-prod/) to share and discuss the techniques and tools used to produce W3C specifications.
2626

github/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ toc: false
2222
cd reponame
2323
```
2424
1. **Note: this step and the following are not needed if you set up your repository using the W3C Repository Manager as it can create a basic ReSpec document for you**.
25-
Now we want to create the spec document itself. I use [ReSpec](https://respec.org/docs/), so I simply copy the content of the [default template](https://respec.org/docs/#getting-started) into an `index.html` page at the root of my repository. And then add it to the repository.
25+
Now we want to create the spec document itself. I use [ReSpec](https://respec.org/docs/), so I simply copy the content of the [default template](https://respec.org/docs/#getting-started) into an `index.html` page at the root of my repository. And then add it to the repository. See also the requirements for [Group-internal Drafts](../editor/editors-draft.md#reqs).
2626

2727
```shell
2828
git add index.html

0 commit comments

Comments
 (0)
0