Files
TSYSDevStack/CloudronStack/commit-template.txt
ReachableCEO 141accf5e6 feat(cloudron): initialize QWEN.md and commit template for conventional commits
This commit introduces:

- QWEN.md file to track development work in the CloudronStack directory

- commit-template.txt to enforce conventional commit format

- Configuration for verbose and beautifully formatted commits

- Setup for atomic commit practices
2025-10-29 08:02:26 -05:00

15 lines
459 B
Plaintext

# Please use conventional commit format: type(scope): description
# Example: feat(auth): add jwt token expiration
#
# Types: feat, fix, docs, style, refactor, test, chore, perf, ci, build, revert
#
# Explain what and why in imperative mood:
#
#
#
# Signed-off-by: Your Name <your.email@example.com>
#
# ------------------------ >8 ------------------------
# Do not modify or remove the line above.
# Everything below it will be ignored.
diff --git a/...