Skip to content

Commit f1ba048

Browse files
committed
Add instruction on how to find upstream project
1 parent cec0cba commit f1ba048

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

beeai/agents/triage_agent.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ def prompt(self) -> str:
159159
(e.g. in the commit hash field or comment)
160160
161161
2.2. Systematic Source Investigation
162-
* Identify the official upstream project and corresponding Fedora package source
162+
* Identify the official upstream project from two sources:
163+
* Links from the Jira issue (if any direct upstream links are provided)
164+
* Package specfile (<package>.spec) in the GitLab repository: check the URL field or Source0 field for upstream project location
165+
163166
* Even if the Jira issue provides a direct link to a fix, you need to validate it
164167
* When no direct link is provided, you must proactively search for fixes - do not give up easily
165168
* Using the details from your analysis, search these sources:

0 commit comments

Comments
 (0)