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
15 lines
459 B
Plaintext
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/... |