Skip to content

Commit 9817e85

Browse files
WilcoFiersdaniel-montalvoremibetin
authored
add merge and publication policy (#2363)
* add merge and publication policy * Apply suggestions from code review Co-authored-by: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com> Co-authored-by: Rémi Bétin <github@remibetin.fr> * tests --------- Co-authored-by: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com> Co-authored-by: Rémi Bétin <github@remibetin.fr>
1 parent 7912ffa commit 9817e85

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

__tests__/spelling-ignore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- https
1111
- wai-aria
1212
- validator
13+
- w3c
14+
- wcag-act-rules
1315

1416
# Tag(s)
1517
- svg # `aria-query` dom tags does not list `svg`

pages/design/process.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ If this happens, a new "Call for Review" should be launched after the first one.
193193
- Be aware that this is last chance to object to the rule, on everything from spelling and grammar to accessibility requirements mapping and use of definitions.
194194
- Keep up to date on Calls for Review using this list: https://github.com/act-rules/act-rules.github.io/issues/461
195195

196-
## Done
196+
## Publication
197197

198198
Published rules
199199

@@ -204,6 +204,17 @@ Published rules
204204
- went through Call for Review (if applicable), and change requests have been resolved
205205
- been merged and published as a proposed rule in the WAI website at https://www.w3.org/WAI/standards-guidelines/act/rules/ (ACT Rules on the WAI website are generally updated every Tuesday)
206206

207+
### Merge and publication policy
208+
209+
To give implementors of ACT Rules time to update implementation data, pull requests cannot be merged on Friday, Saturday, or Sunday. Those three days are reserved for implementors to update their implementation data (automated or otherwise). The publication cycle works as follows:
210+
211+
1. Pull requests in [act-rules/act-rules.github.io][] can be merged Monday through Thursday.
212+
2. Implementors have Friday, Saturday or Sunday to update implementation data.
213+
3. Monday morning, a pull request for updating the WAI website is created in [w3c/wcag-act-rules][], for review by WAI staff.
214+
4. The publication candidate is approved and published to the WAI website. This usually happens sometime during the week, typically Monday or Tuesday. For more information, see the [publication workflow](https://wai-website-theme.netlify.app/workflow/).
215+
216+
For substantial changes, implementors may request that a publication be skipped to allow extra time for implementation. This should be done on the pull request in [w3c/wcag-act-rules][]. It is up at the discretion of W3C staff to decide whether the publication is skipped.
217+
207218
## Rejected
208219

209220
Rules that have been rejected due to different reasons.
@@ -212,3 +223,6 @@ Rules that have been rejected due to different reasons.
212223

213224
- Initial rules don't get the backing they need to move on through the process.
214225
- When a rule at any stage is dropped because it lacks backing in the Community Group, e.g. because it is not considered feasible, or is subject to disagreement on whether the rule is actually testing for something that can improve accessibility.
226+
227+
[w3c/wcag-act-rules]: https://github.com/w3c/wcag-act-rules
228+
[act-rules/act-rules.github.io]: https://github.com/act-rules/act-rules.github.io/

0 commit comments

Comments
 (0)