2024-05-30 12:41:02 -05:00
# Contribute to the Grafana project
2019-10-22 09:23:46 -05:00
2024-05-30 12:41:02 -05:00
We're excited that you're considering making a contribution to the Grafana project! This is the place to find guides for contributors to our open-source project.
These are some good resources to explore for developers:
2019-10-22 09:23:46 -05:00
- [Create a pull request ](create-pull-request.md )
- [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
2024-05-30 12:41:02 -05:00
Learn how to create great documentation and apps for Grafana:
- [Developer portal ](https://grafana.com/developers/ ) - Find resources for creating apps and plugins to Grafana.
- [Contribute to our documentation ](../contribute/documentation/README.md ) - Learn how to write and style Grafana documentation.
Find style guides for the Grafana software project:
2019-10-22 09:23:46 -05:00
2024-05-30 12:41:02 -05:00
- [Backend style guide ](backend/style-guide.md ) - Learn how to style and format backend functionality and code.
- [Frontend style guide ](style-guides/frontend.md ) - Learn how to style and format the user-facing functionality and code.
- [Redux framework ](style-guides/redux.md ) - Design the Grafana Redux framework.
- [Themes style guide ](style-guides/themes.md ) - Design and update Grafana themes.