File: contributing.rst

package info (click to toggle)
elasticsearch-curator 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,740 kB
  • sloc: python: 18,836; makefile: 159; sh: 156
file content (25 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (2)
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
.. _contributing:

Contributing
############

We welcome contributions and bug fixes to Curator's API and CLI.

We are grateful for the many `contributors`_ who have helped Curator become what it is today.

Please read through our `contribution`_ guide, and the Curator `readme`_ document.

.. _contributors: https://github.com/elastic/curator/blob/master/CONTRIBUTORS
.. _contribution: https://github.com/elastic/curator/blob/master/CONTRIBUTING.md
.. _readme: https://github.com/elastic/curator/blob/master/README.rst

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`_
* send a pull request!

.. _CLA: http://elastic.co/contributor-agreement/