Skip to content

Commit 2b0b378

Browse files
committed
feat: refine user template for improved clarity 📝
- restructure opening statement for better readability - add context note about commit relevance to current changes - remove redundant quote charset references - simplify content introduction phrases - maintain consistency with system template formatting Signed-off-by: mingcheng <[email protected]>
1 parent 088ebf1 commit 2b0b378

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

templates/user.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
The latest commit history from the repository is shown here, quote by using the "```" charsets.
1+
The latest commit history from the repository is shown below, including the recent git commit messages:
22

33
```
44
{{logs}}
55
```
66

7-
Additionally, a variety of content is provided below, quote by using the "```" charsets.
7+
Please note that some commits may not relevantly affect the current code, as they might pertain to other changes.
8+
9+
Additionally, a variety of content is provided below:
810

911
```
1012
{{diffs}}
1113
```
14+
15+
Note that the main changes are in the diffs content above, while the commit history is provided for context.

0 commit comments

Comments
 (0)