Skip to content
RayBB edited this page Mar 1, 2026 · 1 revision

Always end file references with .md and use the full path from the root of the repository.

For example, instead of [Quick Start](../quick-start.md), use [Quick Start](/developers/quick-start.md).

Run pre-commit run --all-files to ensure that your changes are in compliance with the project's coding standards.

Clone this wiki locally