mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
47f8717149
* update eslint, tsconfig + esbuild to handle new jsx transform * remove thing that breaks the new jsx transform * remove react imports * adjust grafana-icons build * is this the correct syntax? * try this * well this was much easier than expected... * change grafana-plugin-configs webpack config * fixes * fix lockfile * fix 2 more violations * use path.resolve instead of require.resolve * remove react import * fix react imports * more fixes * remove React import * remove import React from docs * remove another react import |
||
---|---|---|
.. | ||
architecture | ||
backend | ||
breaking-changes-guide | ||
documentation | ||
engineering | ||
style-guides | ||
create-pull-request.md | ||
deprecation-policy.md | ||
developer-guide.md | ||
drone-pipeline.md | ||
feature-toggles.md | ||
internationalization.md | ||
ISSUE_TRIAGE.md | ||
merge-pull-request.md | ||
README.md | ||
triage-issues.md | ||
UPGRADING_DEPENDENCIES.md |
Contribute to the Grafana project
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:
- Create a pull request
- Developer guide
- Triage issues
- Merge a pull request
- Making changes to the CI pipeline
- Breaking changes in frontend APIs
Learn how to create great documentation and apps for Grafana:
- Developer portal - Find resources for creating apps and plugins to Grafana.
- Contribute to our documentation - Learn how to write and style Grafana documentation.
Find style guides for the Grafana software project:
- Backend style guide - Learn how to style and format backend functionality and code.
- Frontend style guide - Learn how to style and format the user-facing functionality and code.
- Redux framework - Design the Grafana Redux framework.
- Themes style guide - Design and update Grafana themes.