diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f685c1535f549..9f287c63e13ab 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,10 +39,11 @@ body: **PLEASE NOTE:** 1. Do not link to, screenshot or reference a Microsoft product in this description. - 2. Our screen reader support is limited to Edge + Narrator. - - Please check ARIA component examples to ensure it is not a screen reader or browser issue. - - Issues that do not reproduce in Edge + Narrator, and aren't caused by obvious invalid aria values, should be filed with the respective screen reading software, not the Fluent UI repo. - 3. There is documentation or best practice that supports your expected behavior (review [WAI-ARIA](https://www.w3.org/TR/wai-aria-1.1/) for accessibility guidance.) + 2. Please check ARIA component examples to ensure it is not a screen reader or browser issue. If the issue concerns screen reader behavior that reproduces on HTML elements or ARIA Practices examples (https://w3c.github.io/aria-practices/), it should be filed with the respective browser or screen reading software and not the Fluent UI repo. + 3. There is documentation or best practice info to support your expected behavior (review https://w3c.github.io/aria/ for accessibility guidance.) + + **Additional note for Microsoft employees:** + Please file accessibility issues in our internal tracker (http://aka.ms/fluentui-a11y). This helps with tracking accessibility progress within the company. options: - 'yes' - 'no' diff --git a/.github/ISSUE_TEMPLATE/convergence_epic.md b/.github/ISSUE_TEMPLATE/convergence_epic.md index 9bf9f601a5503..9067e7d694f68 100644 --- a/.github/ISSUE_TEMPLATE/convergence_epic.md +++ b/.github/ISSUE_TEMPLATE/convergence_epic.md @@ -39,6 +39,7 @@ completed as part of converging a component. More info can be found here: https: - [ ] Unit tests - [ ] VR tests - [ ] Accessibility behavior tests + - [ ] Create an issue and run [manual accessibility tests](https://github.com/microsoft/fluentui/wiki/Manual-Accessibility-Review-Checklist): (issue link) - [ ] Write README.md covering basic usage - [ ] Write initial MIGRATION.md guide (include v8 and v0) - [ ] Set component ownership in CODEOWNERS