Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 2.33 KB

CONTRIBUTING.md

File metadata and controls

43 lines (25 loc) · 2.33 KB

Contributing

We highly appreciate feedback and contributions from the community! If you'd like to contribute to this project, please make sure to review and follow the guidelines below.

Code of conduct

In the interest of fostering an open and welcoming environment, please review and follow our code of conduct.

Code and copy reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Report an issue

Report all issues through GitHub Issues using the Report a Bug template.

To help resolve your issue as quickly as possible, read the template and provide all the requested information.

File a feature request

We welcome all feature requests, whether it's to add new functionality to an existing extension or to offer an idea for a brand new extension.

File your feature request through GitHub Issues using the Feature Request template.

Create a pull request

When making pull requests to the repository, make sure to follow these guidelines for both bug fixes and new features:

  • Before creating a pull request, file a GitHub Issue so that maintainers and the community can discuss the problem and potential solutions before you spend time on an implementation.
  • In your PR's description, link to any related issues or pull requests to give reviewers the full context of your change.
  • For commit messages, follow the Conventional Commits format.
    • For example, if you update documentation for a specific extension, your commit message might be: docs(extension-name) updated installation documentation.

Features

Before creating pull requests for new features, first file a GitHub Issue describing the reasoning and motivation for the feature. This gives maintainers and the community the opportunity to provide feedback on your idea before implementing it.

License

By contributing to Supabase, you agree that your contributions will be licensed under its license specified in the repository you are contributing to.