microsoft / microsoft/beachball
`change` command should have a package filter - current picker is not accessible
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 815
- Forks
- 93
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 12
Description
Feature
Currently running yarn change --message "message" --type "patch" will create the same changefile for every single changed package. Include some kind of filter to create a changefile for one package
Motivation
The interactive CLI is not accessible for developers using the screen reader, those users would need a single CLI command they can run to use yarn change
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 with the yarn change CLI entry point and the interactive package picker described in the issue. Define a non-interactive package filter that lets a user select one package, then verify that the command creates a changefile only for that package and remains usable with a screen reader.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100