Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 588 Bytes

File metadata and controls

7 lines (4 loc) · 588 Bytes

Contributing

Pull requests are welcome. Most changes in code, especially new features, should be accompanied by new tests.

We recommend using Nix when working on Drasl. This repository includes a flake.nix supplying a development environment (run nix develop or use direnv) and a build script (run nix build).

We use pre-commit for pre-commit hooks. Before you git commit, set up pre-commit (it's already included in the Nix development environment) and run pre-commit install.