Skip to content

Commit ba7c192

Browse files
committed
udpate docs
1 parent 1074576 commit ba7c192

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

tasks/features/task-bug-fix.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Task 1: Spark Task Sub Command Bug fix
2+
3+
## 描述
4+
5+
1. after make build and make install, the command is still using the old verion for spark not the latest spark version
6+
2. `spark task create "make script issue" --content` 这个命令使用的时候出现一个问题,就是example-feature.md文件内容没有复制到make script issue.md文件中。
7+
同时文件名需要把描述中的空格变成-
8+
3. create的时候吧content参数的内容也,复制到新创建目录的## 描述 section下面
9+
4.
10+
11+
## 验收标准
12+
13+
- [ ] 添加对应的单元测试
14+
- [ ] 更新 README 使用说明
15+
- [] 更新AGENTS.md文件
16+

tasks/features/update-task-create.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
- [ ] 支持task impl 操作
2222
- [ ] 添加对应的单元测试
2323
- [ ] 更新 README 使用说明
24-
- [] 可以通过创建一个skill的任务来验证spark task相关的以上所有操作
24+
- [] 可以通过创建一个skill的任务来验证spark task相关的以上所有操作
25+
26+

0 commit comments

Comments
 (0)