Commit 86c9aa3
committed
chore: Fix typo in prompt templates
This commit fixes a minor typo in the bilingual prompt templates used
for generating commit messages. The list items within the "Testing
Suggestions" sections had hyphens instead of numbered list markers
("1.", "2.", etc.). This change ensures that the generated commit
messages adhere to the specified format and are more readable. This does
not impact the functionality of the application but improves the quality
and consistency of generated documentation.
Testing Suggestions:
1. Verify that the generated commit messages now have numbered lists in
the "Testing Suggestions" sections.
2. Ensure that the tool can generate testing suggestions with the
numbered list and without hyphens.
3. Manually review generated commit messages for correct formatting.
chore: 修复提示模板中的拼写错误
此提交修复了用于生成提交消息的双语提示模板中的一个小的拼写错误。 “测试建
议”部分中的列表项使用连字符而不是编号列表标记(“1.”、“2.” 等)。 此更改
确保生成的提交消息符合指定的格式并且更具可读性。 这不会影响应用程序的功
能,但会提高生成文档的质量和一致性。
测试建议:
1. 验证生成的提交消息现在在“测试建议”部分中是否具有编号列表。
2. 确保该工具可以生成带有编号列表而没有连字符的测试建议。
3. 手动检查生成的提交消息,以确保格式正确。1 parent 69f7319 commit 86c9aa3
2 files changed
+30
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments