Skip to content

Commit e811c55

Browse files
committed
feat(github): add help-this-project issue template
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
1 parent ee0a829 commit e811c55

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/help-this-project.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ body:
1313
1414
Be specific about what you want the agent to focus on. "Look at this repo" produces a shallow overview. "Check whether the PR review checklist catches the reproducibility class of bugs we've been seeing" produces something actionable.
1515
16-
Bluefin targets usually live under <https://github.com/projectbluefin/bluefin>.
17-
1816
- type: input
1917
id: target-url
2018
attributes:
2119
label: "Target URL"
2220
description: "Repo, issue, PR, roadmap, or docs page. Must be publicly accessible."
23-
placeholder: "https://github.com/projectbluefin/bluefin/issues/123"
21+
placeholder: "https://github.com/owner/repo"
2422
validations:
2523
required: true
2624

@@ -42,23 +40,16 @@ body:
4240
label: "What specifically should the agent focus on?"
4341
description: "The more specific you are, the more useful the report. One to three sentences."
4442
placeholder: |
45-
Check whether the CI pipeline for this repo has any reliability issues that would
46-
explain the flaky validate failures we have been seeing. Focus on the Bluefin
47-
validation flow and package-check logic.
43+
Check whether the CI pipeline for this repo has any reliability issues.
44+
Focus on required status checks and merge queue configuration.
4845
validations:
4946
required: true
5047

5148
- type: textarea
5249
id: context
5350
attributes:
5451
label: "Extra context"
55-
description: "Optional. Known problem areas, related Bluefin issues or PRs, or constraints the agent should respect."
56-
placeholder: "Related to https://github.com/projectbluefin/bluefin/issues/123. The agent should not suggest changes that require a new external dependency."
52+
description: "Optional. Known problem areas, related issues, or constraints the agent should respect."
53+
placeholder: "Related to #503."
5754
validations:
5855
required: false
59-
60-
- type: markdown
61-
attributes:
62-
value: |
63-
---
64-
Hive will route this to the right agent based on the flow type above. The agent files its report as a comment on this issue. A maintainer reviews the report and decides what to action.

0 commit comments

Comments
 (0)