Thank you for your interest in contributing! This project is part of Drip Wave 2.
- Fork the repository
- Clone your fork
- Install dependencies:
npm install - Create a branch:
git checkout -b feature/your-feature - Make your changes
- Test your changes
- Submit a pull request
npm install
npm run dev- Use ES6+ features
- Follow existing code patterns
- Add comments for complex logic
- Write meaningful commit messages
For detailed instructions on our testing strategy, setup, and guidelines, please refer to our Testing Documentation.
Before submitting a PR, ensure:
- All automated tests pass (
npm test) - New features are tested manually
- No console errors in browser
good first issue- Great for newcomersenhancement- New featuresbug- Something isn't workingdocumentation- Documentation improvementshelp wanted- Extra attention needed
Open an issue or reach out to the maintainers.