You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+13-19Lines changed: 13 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
**Important:** All bug reports must be reproducible using Claude 3.5 Sonnet. Cline uses complex prompts so less capable models may not work as expected.
8
+
**Important:** All bug reports must be reproducible using Claude 4 Sonnet. HAI uses complex prompts so less capable models may not work as expected.
9
9
- type: textarea
10
10
id: what-happened
11
11
attributes:
@@ -24,7 +24,7 @@ body:
24
24
2.
25
25
3.
26
26
validations:
27
-
required: true
27
+
required: false
28
28
- type: textarea
29
29
id: logs
30
30
attributes:
@@ -36,23 +36,22 @@ body:
36
36
attributes:
37
37
label: Provider/Model
38
38
description: What provider and model were you using when the issue occurred?
stale-issue-message: "This issue is stale because it has been open for ${{ github.event.inputs.days-before-stale }} days with no activity."
27
+
close-issue-message: "This issue was closed because it has been inactive for ${{ github.event.inputs.days-before-close }} days since being marked as stale."
0 commit comments