2019-10-22 09:23:46 -05:00
|
|
|
# Contribute
|
|
|
|
|
|
|
|
This directory contains guides for contributors to the Grafana project.
|
|
|
|
|
|
|
|
- [Create a pull request](create-pull-request.md)
|
2023-08-07 04:41:50 -05:00
|
|
|
- [Contribute to our documentation](../contribute/documentation/README.md)
|
2019-10-22 09:23:46 -05:00
|
|
|
- [Developer guide](developer-guide.md)
|
|
|
|
- [Triage issues](triage-issues.md)
|
2021-09-06 10:13:13 -05:00
|
|
|
- [Merge a pull request](merge-pull-request.md)
|
2023-06-14 03:40:17 -05:00
|
|
|
- [Making changes to the CI pipeline](drone-pipeline.md)
|
2023-09-12 09:22:39 -05:00
|
|
|
- [Breaking changes in frontend APIs](./breaking-changes-guide/breaking-changes-guide.md)
|
2019-10-22 09:23:46 -05:00
|
|
|
|
|
|
|
The `style-guides` directory contains style guides for the Grafana software project and documentation.
|
|
|
|
|
2023-01-11 04:16:52 -06:00
|
|
|
- [Backend style guide](backend/style-guide.md) for how to style and format backend functionality and code.
|
2019-10-22 09:23:46 -05:00
|
|
|
- [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.
|