https://github.com/searchkit/searchkit
Raw File
Tip revision: f9d6b3d13d3cb10d78be8d5f7d24f21fa6795fa1 authored by Joseph McElroy on 27 January 2023, 09:48:12 UTC
Merge branch 'main' of github.com:searchkit/searchkit
Tip revision: f9d6b3d
CONTRIBUTING.md
# Contributing to Searchkit

There are a lot of different ways to contribute to Searchkit. See below for
everything you can do and the processes to follow for each contribution method.
Note that no matter how you contribute, your participation is governed by our
[Code of Conduct](CODE_OF_CONDUCT.md).

### Make changes to the Searchkit code or docs

Fork the project, make a change, and submit a pull request. Please make sure the tests pass before
opening a pull request.

Make sure you read and follow the setup instructions in the [README](README.md) first. Note
that all participation in the Searchkit community (including code submissions) is
governed by our [Code of Conduct](CODE_OF_CONDUCT.md). Make sure any changes you submit are also reflected in the [Documentation](docs).

### Help out in the community

We can always use help in our [Discussions](https://github.com/searchkit/searchkit/discussions) or [Discord](https://discord.gg/CRuWmSQZQx)! Hop on over and see if there are any questions that you can answer. 

### Submit bug reports or feature requests

Just use the GitHub issue tracker to submit your bug reports and feature
requests. If you are submitting a bug report, please follow the [issue template](https://github.com/searchkit/searchkit/issues/new).
back to top