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/1_1_native_image_run_time_bug_report.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ body:
44
44
required: true
45
45
46
46
- type: checkboxes
47
-
id: throw_missing_registration_errors
47
+
id: troubleshooting_confirmation
48
48
attributes:
49
-
label: "Diagnostic Flag Confirmation"
50
-
description: "Check the box if you tried adding the -H:ThrowMissingRegistrationErrors= flag to the image build to catch metadata exceptions early."
49
+
label: "Troubleshooting Confirmation"
50
+
description: "Check this box if you have tried all the suggestions in the troubleshooting guide."
51
51
options:
52
-
- label: "I tried the `-H:ThrowMissingRegistrationErrors=` flag."
52
+
- label: "I tried the suggestions in the [troubleshooting guide](https://www.graalvm.org/latest/reference-manual/native-image/guides/troubleshoot-run-time-errors/)."
0 commit comments