From 84ee2a34cb042c0ce157cac6a3bedf882fb5878a Mon Sep 17 00:00:00 2001 From: maigamo <13341529504@163.com> Date: Mon, 23 Jun 2025 16:06:30 +0800 Subject: [PATCH] Create commit-template.txt --- commit-template.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 commit-template.txt diff --git a/commit-template.txt b/commit-template.txt new file mode 100644 index 0000000..38dc59f --- /dev/null +++ b/commit-template.txt @@ -0,0 +1,6 @@ +格式: +(scope): 简短描述 + +示例: +feat: 添加新功能 +fix(tasks): 修复任务时间显示 \ No newline at end of file