diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 173a095e5c3..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -Please describe the issue with references and relevant examples where necessary. - ---- or --- - -If authoring a proposal for a new rule, choose from one of the issue templates: - -- [Atomic Rule Template](https://raw.githubusercontent.com/act-rules/act-rules.github.io/develop/pages/design/atomic-template-empty.md) -- [Composite Rule Template](https://raw.githubusercontent.com/act-rules/act-rules.github.io/develop/pages/design/composite-template-empty.md) diff --git a/.github/ISSUE_TEMPLATE/ACCESSIBILITY_SUPPORT.md b/.github/ISSUE_TEMPLATE/ACCESSIBILITY_SUPPORT.md new file mode 100644 index 00000000000..bc8c6027b7e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ACCESSIBILITY_SUPPORT.md @@ -0,0 +1,76 @@ +## Accessibility support + +(( Put the accessibility support text here. Rules may have more than one item, create an issue for each item. )) + +## 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?) +```