Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 955 Bytes

CONTRIBUTING.md

File metadata and controls

53 lines (34 loc) · 955 Bytes

Development Guide

Requirements

Toolchain Version
Rust ^1.78.0
just ^1.36.0

Workflow

Download source code

git clone https://github.com/Nugine/zuc.git
cd zuc

Run basic checks and tests

just dev

Open documentation

just doc

Run CI checks locally

just ci

Git

Commit Message

We follow the Conventional Commits specification.

Pull Request

Before creating or updating a pull request, please make sure to run the following commands:

just dev

It's recommended to resolve any warnings or errors before submitting.

Note that some lints may be too restrict. You can allow some of them if you think they are not helpful to the code quality.