This is documentation for the next version of Grafana documentation. For the latest stable release, go to the latest version.
Contribute to Grafana
This page lists resources for developers who want to contribute to the Grafana software ecosystem or build plugins for Grafana.
Make technical contributions
Choose how you want to contribute to Grafana, from code to plugins to community support.
Contribute Code to Grafana
- Contributing to Grafana introduces the contribution process and community resources.
- Developer guide shows how to set up your environment and run Grafana in development.
- Architecture guides explain Grafana’s background architecture.
- Create a pull request walks you through preparing a clear, descriptive pull request.
- Browse all issues to find a good first task. You can also filter by help wanted.
- Use the REST APIs to interact programmatically with the Grafana backend.
Develop a Plugin
- Read the plugin development guide to choose a plugin type, scaffold your project, and develop locally.
Contribute without code
- Report a bug with the bug report template and include steps to reproduce.
- Submit a feature request to propose improvements.
- Improve our docs with the documentation contribution guide.
- Help with issue triage by reviewing, labeling, and clarifying open issues.
- Report security vulnerabilities following our security policy.
Choose the right channel
Use the right place to ask questions, report problems, and propose changes.
- GitHub issues and pull requests: Use for reproducible bugs in core Grafana and maintained plugins, small and actionable feature requests, and code or docs changes via pull requests. Avoid general “how do I” questions. For security issues, follow the security policy.
- Grafana community forums: Use for questions, troubleshooting, best practices, plugin development Q&A, and early idea discussion. Forums create a searchable public knowledge base that helps others with the same problems and questions. Start here if you are unsure: Grafana community forums.
- Grafana Community Slack: Use for quick, time-sensitive chats and networking. Do not rely on Slack for long troubleshooting or decisions. Share outcomes back to a forum topic or GitHub issue/PR to keep a public record: Grafana Community Slack.
- Not sure where to start? Start with a forum topic. Maintainers and community members will redirect you if a GitHub issue or pull request is more appropriate.
Best practices and style
Our style guides outline Grafana style for frontend, backend, documentation, and more, including best practices. Please read through them before you start editing or coding!
Backend style guide explains how we want to write Go code in the future.
Documentation style guide applies to all documentation created for Grafana products.
End to end test framework provides guidance for Grafana e2e tests.
Frontend style guide provides rules and guidance on developing in React for Grafana.
Redux framework explains how Grafana handles Redux boilerplate code.
Styling Grafana expands on styling React components with Emotion.
Theming Grafana explains how to use themes and ThemeContext in Grafana code.