ci: enforce PR title follows conventional commit (#14)

This commit is contained in:
Luke Alvoeiro
2024-09-04 11:40:58 -07:00
committed by GitHub
parent c91b11b3c5
commit 7d5461d240
4 changed files with 54 additions and 4 deletions
+5 -1
View File
@@ -124,7 +124,11 @@ And now you can run goose with this new profile to use the new toolkit!
goose session start --profile demo
```
[developer]: src/goose/toolkit/developer.py
## Conventional Commits
This project follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for PR titles. Conventional Commits make it easier to understand the history of a project and facilitate automation around versioning and changelog generation.
[developer]: src/goose/toolkit/developer.py
[uv]: https://docs.astral.sh/uv/
[ruff]: https://docs.astral.sh/ruff/
[just]: https://github.com/casey/just