mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
2c8e869799
* Docs: Technical edit of 4 files in Contributing * Fix admonitions * Fix admonition * Fix from code review * Fix from code review * Update contribute/create-pull-request.md * Update contribute/merge-pull-request.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * Minor fix * Update contribute/merge-pull-request.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * Update contribute/merge-pull-request.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * Update contribute/merge-pull-request.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * Update contribute/merge-pull-request.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * Update contribute/merge-pull-request.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * Fix from code review * Update contribute/triage-issues.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * Run prettier --------- Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# 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](create-pull-request.md)
|
|
- [Developer guide](developer-guide.md)
|
|
- [Triage issues](triage-issues.md)
|
|
- [Merge a pull request](merge-pull-request.md)
|
|
- [Making changes to the CI pipeline](drone-pipeline.md)
|
|
- [Breaking changes in frontend APIs](./breaking-changes-guide/breaking-changes-guide.md)
|
|
|
|
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:
|
|
|
|
- [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.
|