Files
depgraph/CONTRIBUTING.md

1.1 KiB

Contribuiting

See the development guide to know what is the structure of these initial states of development.

Style Guide

Code

We use the Uber Go Style Guide as the base of how we write code. Some sections are ignored, such as:

License Header

All source code files inside the project should contain the Source Code Form License Notice of the Mozzila Public License 2.0, which this project uses, at the first lines of the project.

Copyright (c) 2026 The Lored.dev Contributors. All Rights Reserved.
Copyright (c) 2026 The DepGraph Contributors. All Rights Reserved.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.

SPDX-License-Identifier: MPL-2.0