ποΈ Developer Setup
The steps to install DevLake in developer mode.
ποΈ Source Code References
Source Code References
ποΈ Plugin Implementation
Plugin Implementation
ποΈ DB Migration
DB Migration
ποΈ Notifications
Notifications
ποΈ Dal
The Dal (Data Access Layer) is designed to decouple the hard dependency on `gorm` in v0.12
ποΈ Project
`Project` is **a set of [Scope](../Overview/KeyConcepts.md#data-scope) from different domains**, a way to group different resources, and it is crucial for some metric calculations like `Dora`.
ποΈ Tag Naming Conventions
Tag Naming Conventions
ποΈ E2E Test Guide
The steps to write E2E tests for plugins.
ποΈ DevLake Release Guide
Please make sure your public key was included in the https://downloads.apache.org/incubator/devlake/KEYS , if not, please update this file first.
ποΈ UnitTest Test Guide
The steps to write UnitTest tests for plugins.