mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* Create drone-pipeline.md * Update drone-pipeline.md * Update README.md * Update drone-pipeline.md * Apply suggestions from code review Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com> * Format file --------- Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com>
18 lines
894 B
Markdown
18 lines
894 B
Markdown
# Contribute
|
|
|
|
This directory contains guides for contributors to the Grafana project.
|
|
|
|
- [Create a pull request](create-pull-request.md)
|
|
- [Contribute documentation](../contribute/documentation/README.md)
|
|
- [Developer guide](developer-guide.md)
|
|
- [Triage issues](triage-issues.md)
|
|
- [Merge a pull request](merge-pull-request.md)
|
|
- [Making changes to the CI pipeline](drone-pipeline.md)
|
|
|
|
The `style-guides` directory contains style guides for the Grafana software project and documentation.
|
|
|
|
- [Backend style guide](backend/style-guide.md) for how to style and format backend functionality and code.
|
|
- [Frontend style guide](style-guides/frontend.md) for how to style and format the user-facing functionality and code.
|
|
- [Redux framework](style-guides/redux.md) for designing the Grafana redux framework.
|
|
- [Themes style guide](style-guides/themes.md) for designing and updating Grafana themes.
|