mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
17 lines
837 B
Markdown
17 lines
837 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)
|
|
|
|
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.
|