We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a6f99 commit 27f172aCopy full SHA for 27f172a
agents/log_agent.py
@@ -46,6 +46,10 @@ def get_instructions() -> str:
46
and a line referencing the Jira issue. Use "- Resolves: <JIRA_ISSUE>" unless
47
the spec file has historically used a different style.
48
49
+ IMPORTANT: The changelog entry should focus on user-facing changes only. Do not mention
50
+ technical packaging details such as added/removed patches, changed BuildRequires,
51
+ or other spec file modifications that are not visible to end users.
52
+
53
4. Generate a title for commit message and merge request. It should be descriptive
54
but shouldn't be longer than 80 characters.
55
0 commit comments