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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug report
2
-
description: Report a reproducible problem in the Java Optional skill, evals, docs, or automation.
2
+
description: Report a reproducible problem in the Java Streams skill, evals, docs, or automation.
3
3
title: "bug: "
4
4
labels: ["bug"]
5
5
body:
@@ -8,7 +8,7 @@ body:
8
8
value: |
9
9
Thanks for taking the time to report a bug. Don't include Tessl tokens, GitHub tokens, package manager tokens, private repository links, private eval artifacts, private registry/workspace links, local host paths, proprietary Java source, or screenshots/logs containing those values.
10
10
11
-
For suspected vulnerabilities, don't open a public issue. Use [private vulnerability reporting](https://github.com/martinfrancois/java-optionals-skill/security/advisories/new).
11
+
For suspected vulnerabilities, don't open a public issue. Use [private vulnerability reporting](https://github.com/martinfrancois/java-streams-skill/security/advisories/new).
12
12
- type: textarea
13
13
id: summary
14
14
attributes:
@@ -69,7 +69,7 @@ body:
69
69
id: java-example
70
70
attributes:
71
71
label: Minimal Java example
72
-
description: If the bug is about Optional guidance, paste the smallest sanitized Java example that shows it.
72
+
description: If the bug is about stream guidance, paste the smallest sanitized Java example that shows it.
73
73
render: java
74
74
- type: textarea
75
75
id: logs
@@ -82,7 +82,7 @@ body:
82
82
attributes:
83
83
label: Tessl plugin version
84
84
description: Paste the published plugin version, `tessl` output, or the commit SHA if known.
85
-
placeholder: "martinfrancois/java-optionals version or commit SHA: "
85
+
placeholder: "martinfrancois/java-streams version or commit SHA: "
0 commit comments