ci: add pr title check to enforce a consistent git history (#290)

This commit is contained in:
Marco Pasqualetti
2025-01-05 10:41:23 +01:00
committed by GitHub
parent 91236e5533
commit c75d83dc7c
7 changed files with 177 additions and 13 deletions
+5 -4
View File
@@ -3,11 +3,12 @@
<!--
Thank you for your Pull Request.
Explain the context and why you're making that change. What is the problem
you're trying to solve? If a new feature is being added, describe the intended
use case that feature fulfills.
Explain the context and why you're making that change.
What is the problem you're trying to solve?
If a new feature is being added,
describe the intended use case that feature fulfills.
Bug fixes and new features should include tests.
Contributors guide: https://github.com/Valerioageno/tuono/blob/main/CONTRIBUTING.md
PR guide: https://tuono.dev/documentation/contributing/pull-requests
-->