Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 795 Bytes

File metadata and controls

28 lines (17 loc) · 795 Bytes

Contributing to Soundle

Thanks for checking out the project. Here’s how you can help:

Reporting Issues

If you find a bug or have a puzzle idea, open an issue. Be clear and include steps to reproduce the problem if possible.

Suggesting Features

Feature requests are welcome. Explain the idea and why it would help the project.

Pull Requests

  1. Fork the repo and create a branch for your change.
  2. Make your changes.
  3. Keep commits clear and focused.
  4. Submit a pull request with a description of what you did.

Code Style

  • Follow existing code style.
  • Keep things readable and consistent.
  • TypeScript types where appropriate.

Notes

This is mainly a personal project, so don’t worry about following everything perfectly. Just keep it clean and understandable.