Prompt file imported from autoguru-au/overdrive (
.github/prompts/task-completion.prompt.md). Copyright stays with the author.
Formatting
Run the format command to enforce consistent formatting.
yarn format
Linting
Check for any linting issues prior to generating a changeset.
yarn lint
Changeset
This package uses changeset for version management. Every publishable change
must include a changeset.
Generate a Changeset
yarn changeset
There are multiple text entry steps to the command.
Changeset Description Format
Write descriptions from the user's perspective:
Final Checklist
Before marking a task complete:
- Code is formatted and linted
- Documentation is updated
- Changeset is created and committed
- No performance regressions introduced
Remember: The goal is to maintain a high-quality, reliable component library that serves as the foundation for all AutoGuru applications.