kibana/docs/development.asciidoc
Court Ewing f7d0db12ed docs: pull request review guidelines (#17101)
Outlines the general goals/philosophy behind our pull request review
process.
2018-04-19 12:37:30 -04:00

19 lines
483 B
Plaintext

[[development]]
= Contributing to Kibana
[partintro]
--
Contributing to Kibana can be daunting at first, but it doesn't have to be. If
you're planning a pull request to the Kibana repository, you may want to start
with <<core-development>>.
If you'd prefer to use Kibana's internal plugin API, then check out
<<plugin-development>>.
--
include::development/core-development.asciidoc[]
include::development/plugin-development.asciidoc[]
include::development/pr-review.asciidoc[]