Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.29 KB

Amaranth Commit Message Git Hook

This project is a git commit-msg hook that checks a commit message to see if conforms to the Amaranth commit message format.

Example Use

Projects that are known to be using this project are listed in example-use.md.

License

This project's license is the BSD Zero Clause License (0BSD).

The license file is: LICENSE

Information on the BSD Zero Clause License:

Documentation

The documentation is in DOCUMENTATION.md.

Changelog

The changelog file is CHANGELOG.md.

All notable changes to this project are documented in the changelog file.

Development Version

The development version is at the head of the develop branch.

Stable Versions

The current stable release is 0.1.0.

Stable releases are tagged on the releases branch.

The SemVar version of semantic versioning is used.

Contributing

Contributions are welcome and appreciated.

The contributing rules are in CONTRIBUTING/CONTRIBUTING.md.