1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/about-contributing.html
---
# Contributing [about-contributing]
We welcome contributions and bug fixes to Curator’s API and CLI.
We are grateful for the many [contributors](https://github.com/elastic/curator/blob/master/CONTRIBUTORS) who have helped Curator become what it is today.
Please read through our [contribution](https://github.com/elastic/curator/blob/master/CONTRIBUTING.md) guide, and the Curator [readme](https://github.com/elastic/curator/blob/master/README.rst) document.
A brief overview of the steps
* fork the repo
* make changes in your fork
* add tests to cover your changes (if necessary)
* run tests
* sign the [CLA](http://elastic.co/contributor-agreement/)
* send a pull request!
::::{tip}
To submit documentation fixes for this site, see [Site Corrections](/reference/site-corrections.md)
::::
|