Skip to content

Commit ce02b97

Browse files
committed
feat: add accessibility replies
1 parent 5dce669 commit ce02b97

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/triaging/index.qmd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ All issues beyond the next Milestone will be triaged to the "Future" milestone,
7575
- Assess the severity and impact of issues to determine priority, *e.g.*:
7676
- use the [`regression` label](https://github.com/quarto-dev/quarto-cli/labels/regression) for bugs that appeared in a recent release
7777
- use the [`Hot-fix` milestone](https://github.com/quarto-dev/quarto-cli/milestone/7) or the [`Future` milestone](https://github.com/quarto-dev/quarto-cli/milestone/2), see [Planning Horizon](#planning-horizon).
78+
- use the number of reactions to the issue to gauge its importance to the community.
7879
- Ensure a milestone is assigned to each issue to indicate its priority and expected completion date.
7980
- Review the [issues not assigned to a milestone](https://github.com/quarto-dev/quarto-cli/issues?q=is%3Aissue%20state%3Aopen%20no%3Amilestone) and assign them accordingly.
8081

@@ -362,3 +363,15 @@ The end after @fig-placeholder.
362363

363364
Additionally and if not already given, please share the output of `quarto check` within a code block (*i.e.*, using three backticks ` ```txt `), see <https://quarto.org/bug-reports.html#check>.
364365
``````
366+
367+
#### Accessibility: descriptive link text
368+
369+
````{.markdown shortcodes=false}
370+
Accessibility: For better accessibility, please ensure link text is descriptive and meaningful rather than using generic terms such as "here". This helps all users understand the link's destination. See [Writing meaningful link text (WCAG)](https://www.wcag.com/blog/writing-meaningful-link-text/).
371+
````
372+
373+
#### Accessibility: alternative text
374+
375+
````{.markdown shortcodes=false}
376+
Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See [Good Alt Text, Bad Alt Text — Making Your Content Perceivable](https://www.wcag.com/blog/good-alt-text-bad-alt-text-making-your-content-perceivable/).
377+
````

0 commit comments

Comments
 (0)