Add an Accessibility Category
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 234
- Forks
- 92
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
I do a lot of accessibility work with one of my clients, and we've developed several custom checks for accessibility. It would be nice to be able to isolate these from other issues when we run theme-check
Describe the solution you'd like
Would love to be able to tag these checks as either accessibility or a11y and then run something like shopify theme check --category a11y and only have those checks run
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the theme-check CLI discovers and selects checks, then identify where a check category would be represented and parsed from --category a11y. Done means accessibility checks can be tagged and running shopify theme check --category a11y runs only those checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100