We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1074576 commit ba7c192Copy full SHA for ba7c192
2 files changed
tasks/features/task-bug-fix.md
@@ -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
@@ -21,4 +21,6 @@
21
- [ ] 支持task impl 操作
22
- [ ] 添加对应的单元测试
23
- [ ] 更新 README 使用说明
24
-- [] 可以通过创建一个skill的任务来验证spark task相关的以上所有操作
+- [] 可以通过创建一个skill的任务来验证spark task相关的以上所有操作
25
26
0 commit comments