https://github.com/searchkit/searchkit
Raw File
Tip revision: a2b9df68a9e460992dd594fcc2c344c73d228c72 authored by Joseph McElroy on 30 March 2024, 19:59:20 UTC
4.11.2 release
Tip revision: a2b9df6
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).

If you want to be rewarded for your contributions, sign up for the [Elastic Contributor Program](https://www.elastic.co/community/contributor). Each time you
make a valid contribution, you’ll earn points that increase your chances of winning prizes and being recognized as a top contributor.

### 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 [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