https://github.com/grafana/grafana
Raw File
Tip revision: d38a3e47ee5dc40610a8b0f9541e32dd2aac32e2 authored by thisisobate on 22 April 2021, 11:44:23 UTC
updated component to use new theme model
Tip revision: d38a3e4
README.md
# Contribute

This directory contains guides for contributors to the Grafana project.

- [Create a pull request](create-pull-request.md)
- [Contributing documentation](documentation.md)
- [Developer guide](developer-guide.md)
- [Triage issues](triage-issues.md)

The `style-guides` directory contains style guides for the Grafana software project and documentation.

- [Backend style guide](style-guides/backend.md) for how to style and format backend functionality and code.
- [Documentation style guide](style-guides/documentation-style-guide.md) for how to style and format documentation.
- [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.
back to top