job51-gitlab-cr-node-skill-prompt-optimize 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mr-review-template.md +2 -2
- package/package.json +1 -1
package/mr-review-template.md
CHANGED
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
|
|
35
35
|
**文件**: [文件路径]<br/>
|
|
36
36
|
**问题**: [具体问题描述]<br/>
|
|
37
|
-
**位置**: [
|
|
37
|
+
**位置**: [问题所在文件具体行号,带有完整类路径的具体行路径,格式类似:com/job51/dev/anteros/service/impl/ApplyPushServiceImpl.java:176]<br/>
|
|
38
38
|
**建议**: [修复建议和示例代码]
|
|
39
39
|
|
|
40
40
|
### 🟡 警告
|
|
41
41
|
|
|
42
42
|
**文件**: [文件路径]<br/>
|
|
43
43
|
**问题**: [具体问题描述]<br/>
|
|
44
|
-
**位置**: [
|
|
44
|
+
**位置**: [问题所在文件具体行号,带有完整类路径的具体行路径,格式类似:com/job51/dev/anteros/service/impl/ApplyPushServiceImpl.java:176]<br/>
|
|
45
45
|
**建议**: [改进建议]
|
|
46
46
|
|
|
47
47
|
### 🟢 优化建议
|