Thanks for improving Aura. The best contributions are focused, easy to review, and visible in the product.
- Search existing issues before opening a new one.
- For UI changes, include before/after screenshots or a short screen recording.
- Keep pull requests small. Separate docs, refactors, and feature work when practical.
- Use clear titles:
fix:,feat:,docs:,refactor:,test:, orchore:.
bun install
bun run devBefore opening a pull request:
bun run lint
bun run build- Keep the app static-host friendly.
- Do not add API keys, tracking scripts, or backend services without an issue and maintainer agreement.
- Prefer existing components and patterns before introducing new abstractions.
- Keep copy direct. Avoid placeholder marketing language.
- Respect accessibility basics: semantic HTML, visible focus states, keyboard paths, contrast, and reduced-motion support.
Good first contributions usually live in these areas:
- README screenshot updates.
- Broken link cleanup.
- Reduced-motion support.
- Keyboard and focus improvements.
- Small performance wins.
- Documentation clarifications.
Participation in this project is covered by CODE_OF_CONDUCT.md.