Skip to content

Commit f3d5274

Browse files
committed
[GR-59651] Link the troubleshooting guide in the GitHub issue template.
PullRequest: graal/19242
2 parents 249c30e + e99ccc3 commit f3d5274

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/1_1_native_image_run_time_bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ body:
4444
required: true
4545

4646
- type: checkboxes
47-
id: throw_missing_registration_errors
47+
id: troubleshooting_confirmation
4848
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."
5151
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/)."
5353
validations:
5454
required: true
5555

0 commit comments

Comments
 (0)