Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.03 KB

File metadata and controls

28 lines (19 loc) · 1.03 KB

Contributing to Crate

Thanks for your interest in contributing. Crate is community-built and all contributions are welcome.

How to contribute

  1. Fork the repo
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/crate-frontend.git
  3. Branch: git checkout -b feat/your-feature or fix/issue-title
  4. Commit with clear messages: feat: add audio waveform to sample card
  5. Push and open a Pull Request

What to work on

  • Browse open issues
  • Issues labelled good first issue are great starting points
  • If you have a new idea, open an issue first to discuss it

Code style

  • TypeScript strict mode — no any
  • Components in src/components/, pages in src/pages/
  • Tailwind for styling — follow the existing #0a0a0a / #facc15 design tokens
  • Conventional commits: feat:, fix:, chore:, refactor:

Questions

Open a GitHub Discussion or drop into the issues.