https://github.com/searchkit/searchkit
Raw File
Tip revision: da31713e51e9bbd66aecabcdf95d47f1115428c0 authored by Joseph McElroy on 20 January 2023, 13:55:37 UTC
update readme
Tip revision: da31713
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