Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 930 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 930 Bytes

Pull Requests

PRs are greatly appreciated.

When submitting a PR, please make sure your commits follow the Conventional Commits spec. PRs will generally be rebased (but not squashed) before merging.

The following checks also need to pass for all supported python versions:

$ hatch fmt --check
$ hatch test
$ hatch run types:check

Please add tests for any new or fixed functionality.

Development

buildable uses hatch for builds and project management.

For nicer git diff behavior when diffing .als files, add something like the following to your git configuration and attributes settings:

# git configuration, e.g. ~/.gitconfig or .git/config
[diff "gz"]
    textconv = gunzip -c
    binary = true
# git attributes, e.g. ~/.gitattributes or .git/info/attributes
*.als diff=gz