- Report bugs or issues
- Pick an issue and submit a fix
- Improve documentation and examples
- Add new features
- Write tutorials or guides
- Translate existing docs
When reporting a problem, clearly describe the issue and steps to reproduce. Include screenshots or logs if possible.
Fork the repo and clone it:
git clone https://github.com/Nat1anWasTaken/Lava.gitWork on your fork. Follow coding style and guidelines.
Before committing:
- Run
pnpm lintandpnpm format - Ensure no existing features are broken.
Commit and push:
git add .
git commit -m "Describe your changes here"
git push origin masterSubmit a Pull Request. We’ll review and may request adjustments before merging.
- Follow the Code of Conduct.
- Reach out if you need help during the contribution process.