2019-03-09 02:00:42 +03:00
## FAQ
#### Q. What is Accessibility Insights for Windows?
2019-01-30 23:11:07 +03:00
Accessibility Insights for Windows is the project for Accessibility tools on Windows platform (Win7/Win8x/Win10). This is one of the tools from a suite of tools that help diagnose accessibility issues.
2019-03-09 02:00:42 +03:00
#### Q. Why should I contribute to Accessibility Insights for Windows?
2019-06-20 02:19:45 +03:00
By contributing you will help ensure that people with disabilities have full access to applications. Make the world a better place!
2019-01-30 23:11:07 +03:00
2019-03-09 02:00:42 +03:00
#### Q. How do I get started?
2019-01-31 03:09:25 +03:00
Visit the [Readme ](../README.md ) and the [Overview ](Overview.md ) page.
2019-01-30 23:11:07 +03:00
Once you are ready to make a contribution visit the [Contributions ](../Contributing.md ) page.
2019-03-09 02:00:42 +03:00
#### Q. Where can I download the application?
You can download and install the application from https://accessibilityinsights.io.
2019-01-30 23:11:07 +03:00
2019-03-09 02:00:42 +03:00
#### Q. How can I add or change an automated accessibility test?
2019-06-28 01:13:39 +03:00
Accessibility Insights uses rules from [axe-windows ](https://github.com/microsoft/axe-windows ). Please refer to the docs folder there about contributing additional rules.
2019-02-15 20:57:44 +03:00
2019-03-09 02:00:42 +03:00
#### Q. How do I go about adding unit tests?
2019-01-30 23:11:07 +03:00
Please follow the guidelines outline in the [Adding Unit Tests ](AddUnitTests.md ) page.
2019-03-09 02:00:42 +03:00
#### Q. Where can I find the standards for unit tests?
2019-01-30 23:11:07 +03:00
Standards have been documented on [Unit Test Bar and Standards ](UnitTestBarAndStandards.md ).
2019-07-17 01:22:59 +03:00
#### Q. What about UI tests?
Refer to the [UI Tests ](../src/UITests/README.md ) readme.
2019-03-09 02:00:42 +03:00
#### Q. How do I go about making internal interfaces available for testing?
2019-01-30 23:11:07 +03:00
Please visit [Accessing Internals ](AccessingInternals.md ).
2019-06-28 01:13:39 +03:00
#### Q. How do I go about debugging an extension during development?
2019-01-30 23:11:07 +03:00
[Debugging Extensions ](DebuggingExtensions.md ) provides more detail.
2019-03-09 02:00:42 +03:00
#### Q. Is there anything that I need to support High Contrast?
2019-01-31 02:40:41 +03:00
Excellent question. Please visit the [High Contrast Support ](HighContrastSupport.md ) page for more information.
2019-01-30 23:11:07 +03:00
2019-03-09 02:00:42 +03:00
#### Q. Where can I find out more about a specific rule?
2019-06-28 01:13:39 +03:00
Accessibility Insights uses rules from [axe-windows ](https://github.com/microsoft/axe-windows ). Please refer to the docs folder there for an explanation of rules.
2019-01-31 04:03:54 +03:00
2019-03-09 02:00:42 +03:00
#### Q. What scenarios must I test before creating a PR?
2019-01-31 02:40:41 +03:00
All PRs need to be tested against the scenarios that are documented at [Test Scenarios ](Scenarios.md ).
2019-01-30 23:11:07 +03:00
2019-01-31 02:40:41 +03:00
If your PR includes UI changes please follow the additional instructions for UI changes in the [Test Scenarios ](Scenarios.md ) page.
2019-01-30 23:11:07 +03:00
2019-03-09 02:00:42 +03:00
#### Q. What happens after I submit a PR?
2019-01-31 03:09:25 +03:00
All PRs kick off a build and the build status is visible in the PR checks section. Failures need to be addressed before the PR can be merged.
2019-03-09 02:00:42 +03:00
#### Q.How do I go about adding telemetry for my changes?
2019-01-30 23:11:07 +03:00
Please visit the [Telemetry Overview ](TelemetryOverview.md ) page on how to do so.
2019-03-09 02:00:42 +03:00
#### Q. How do I add a project to the solution?
2019-01-30 23:16:34 +03:00
Visit [Adding a new project ](NewProject.md ) for instructions.
2019-01-30 23:11:07 +03:00
2019-03-28 01:47:28 +03:00
#### Q. On my PR the "license/cla" check does not complete. What should I do?
2019-03-28 02:30:17 +03:00
Make sure that you have signed our [CLA agreement ](../Contributing.md ). If you haven't, please sign the agreement, then close and reopen the PR. This will trigger a new build with the CLA agreement in place.
2019-03-28 01:47:28 +03:00
2019-03-09 02:00:42 +03:00
#### Q. How do I get in contact?
2019-02-25 22:54:41 +03:00
Please file a [Github Issue ](https://github.com/Microsoft/accessibility-insights-windows/issues/new/choose ). We actively monitor PRs and issues.
2019-01-30 23:11:07 +03:00
2019-03-09 02:00:42 +03:00
#### Q. I encountered a bug. Where do I report it?
2019-01-30 23:16:34 +03:00
We use Github Issues for bug tracking.
2019-06-28 01:13:39 +03:00
Visit the [issues ](https://github.com/Microsoft/accessibility-insights-windows/issues?q=is%3Aissue+is%3Aopen%2Cclosed ) page to see if an issue for it already exists.
2019-01-30 23:16:34 +03:00
2019-03-28 02:30:17 +03:00
If it doesn't, feel free to [file an issue ](https://github.com/Microsoft/accessibility-insights-windows/issues/new/choose ).