Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.13 KB

CONTRIBUTIONS.md

File metadata and controls

21 lines (15 loc) · 1.13 KB

Contributing to y-supabase

We're thrilled that you're interested in contributing to y-supabase! Here are some guidelines to help you get started:

Reporting bugs

If you find a bug in the code or documentation, we would love to hear about it. Before opening a new issue, please search the existing issues to see if it has already been reported.

When opening a new issue, be sure to provide a clear and concise description of the problem, along with any relevant code or error messages.

Suggesting features

If you have a suggestion for a new feature or improvement, please open a new issue with a clear and concise description of what you'd like to see.

Contributing code

We welcome code contributions in the form of pull requests. Before submitting a pull request, please make sure that your changes are well-tested and follow the existing code style.

Fork the repository.
Create a new branch for your changes.
Make your changes and write tests if necessary.
Run the tests to ensure they pass.
Commit your changes and push to your fork.
Submit a pull request, referencing any relevant issues.