Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1011 Bytes

File metadata and controls

52 lines (33 loc) · 1011 Bytes

Contribution Guide

Ways to Contribute

  • 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

Reporting Issues

When reporting a problem, clearly describe the issue and steps to reproduce. Include screenshots or logs if possible.

Making Contributions

1. Get the Code

Fork the repo and clone it:

git clone https://github.com/Nat1anWasTaken/Lava.git

2. Make Changes

Work on your fork. Follow coding style and guidelines.

3. Commit Changes

Before committing:

  1. Run pnpm lint and pnpm format
  2. Ensure no existing features are broken.

Commit and push:

git add .
git commit -m "Describe your changes here"
git push origin master

4. Open a Pull Request

Submit a Pull Request. We’ll review and may request adjustments before merging.

Notes

  • Follow the Code of Conduct.
  • Reach out if you need help during the contribution process.