diff --git a/.github/ISSUE_TEMPLATE/ACCESSIBILITY_SUPPORT.md b/.github/ISSUE_TEMPLATE/ACCESSIBILITY_SUPPORT.md new file mode 100644 index 0000000000..b34cb94bb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ACCESSIBILITY_SUPPORT.md @@ -0,0 +1,76 @@ +## Accessibility support + +(( Put the accessibility support item here )) + +## ACT Rules + +- ... List the rules here, link to its acc support section + +## Test cases + +### Test case 1 ... + +(( Add test case here )) + +```html +code snippet here +``` + +[Open this test case]() + +(( Add a link to a code pen or other hosted test case. Keep in mind this test case needs to be accessible and persistent. )) + +#### Preconditions + +Before running the test, check your settings. In many cases default settings aren't strictly required and will not impact the results. Use common sense here. If non-default settings are necessary for you, record the settings used in the reported results. + +- Ensure browsers are in the default settings, turn off unnecessary extensions +- Ensure ATs are in the default settings +- Ensure operating system are in default settings +- Ensure software uses the correct version (usually the latest version) + +#### Test instructions + +(( Provide instructions on how to test the test case, this should include: )) + +- Which technologies to use +- Any setting changes necessary to run the test +- Any variation in how to operate the different assistive technologies +- Step by step instructions on how to check the test case +- What the expected results are + +### External links + +(( List any external links to bugs in browsers & AT, WPT, or spec issues. Be sure to open issues in the appropriate repositories. )) + + + +## Test results + +Please report test results in a comment below. Please use the following format: + +```md +## Test case X + +- Date: ... +- Operating system: ..., version ... +- Browser: ..., version ... +- Assistive technology: ..., version ... +- Test result: Passed / Failed (if failed, how was it different from expected?) +``` diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/DEFAULT_ISSUE.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/DEFAULT_ISSUE.md