grafana/contribute/backend
Niki b58db18c01
Docs: Update references in contribute/ dir (#69564)
Docs: Update references in `contribute` dir
2023-06-06 15:56:39 +02:00
..
communication.md Docs: Update backend contribution guidelines (#63034) 2023-02-07 15:44:56 +01:00
database.md
errors.md Docs: Update references in contribute/ dir (#69564) 2023-06-06 15:56:39 +02:00
instrumentation.md Docs: Update references in contribute/ dir (#69564) 2023-06-06 15:56:39 +02:00
package-hierarchy.md
README.md Docs: Update references in contribute/ dir (#69564) 2023-06-06 15:56:39 +02:00
recommended-practices.md Docs: Update backend contribution guidelines (#63034) 2023-02-07 15:44:56 +01:00
services.md
style-guide.md SQLStore: Fix wrong usage of xorm's insert functions in tests (#63850) 2023-03-02 13:01:36 +02:00
support-bundles.md
upgrading-dependencies.md

Backend

First read the backend style guide to get a sense for how we work to ensure that the Grafana codebase is consistent and accessible. The rest of the backend contributor documentation is more relevant to reviewers and contributors looking to make larger changes.

For anyone reviewing code for Grafana's backend, a basic understanding of content of the following files is expected:

Reviewers who review large changes should additionally make a habit out of familiarizing themselves with the content of /contribute/backend from time to time.

Dependency management

Refer to: