Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 819 Bytes

CONTRIBUTING.rst

File metadata and controls

37 lines (23 loc) · 819 Bytes

Contributing

If you'd like to contribute, please do so!

Development

This takes advantage of the flake development environments to use pre-commit and checks. The included .envrc will activate an environment that installs the pre-commit checks when you enter the directory - presuming you use direnv. If you don't, you may install these manually with:

nix develop

Formatting may be applied with:

nix fmt

A full check that the flake is correct can be run with:

nix flake check .

Create a PR

Once your work is done, please submit a PR. A github workflow will run on the PR to lint, format, and update the codebase. I'll review it as soon as I can and get back to you if I have any questions!