grafana/contribute/backend/README.md
Raiko Wielk 9d5f8e2998
Docs: Fix broken link in contribute/backend/README.md (#92103)
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-09-11 14:18:56 +01:00

1.5 KiB

Backend

The contribution guidelines for Grafana backend developers contain a lot of information for anyone who wants to contribute to our open source project. But you don't necessarily have to read all of it, so long as you read what is most relevant to you.

Guidelines everyone should read

We recommend that all contributors read the backend style guide to get a sense for how we try to ensure that the Grafana codebase is consistent and accessible. The rest of the backend contributor documentation tends to be more relevant to reviewers and contributors who want to make changes of greater size or quantity.

Guidelines specifically for backend developers

For anyone who reviews code for the Grafana backend, get a basic understanding of the content of the following files:

Guidelines for contributors who make or review large changes to the backend

If you want to make or review large changes to the backend, be sure to habitually familiarize yourself with the entire contents of /contribute/backend from time to time.

Guidelines for dependency management

If you work with a dependency that requires an upgrade, refer to Upgrade dependencies.