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
This commit is contained in:
15
CloudronStack/commit-template.txt
Normal file
15
CloudronStack/commit-template.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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/...
|
||||
Reference in New Issue
Block a user