drasl/CONTRIBUTING.md
Evan Goode 06ae77f313 Move Translations section from CONTRIBUTING.md to README.md
This change makes it more visible and conforms to the guidelines for
Hosted Weblate's gratis Libre tier.
2025-08-01 12:47:56 -04:00

8 lines
588 B
Markdown

# Contributing
Pull requests are welcome. Most changes in code, especially new features, should be accompanied by new tests.
We recommend using [Nix](https://nixos.org) when working on Drasl. This repository includes a `flake.nix` supplying a development environment (run `nix develop` or use [direnv](https://direnv.net)) and a build script (run `nix build`).
We use [pre-commit](https://pre-commit.com) for pre-commit hooks. Before you `git commit`, set up [pre-commit](https://pre-commit.com) (it's already included in the Nix development environment) and run `pre-commit install`.