diff --git a/.github/ISSUE_TEMPLATE/1_1_native_image_run_time_bug_report.yml b/.github/ISSUE_TEMPLATE/1_1_native_image_run_time_bug_report.yml index 89cc6735419d..c70d4836a6eb 100644 --- a/.github/ISSUE_TEMPLATE/1_1_native_image_run_time_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_1_native_image_run_time_bug_report.yml @@ -44,12 +44,12 @@ body: required: true - type: checkboxes - id: throw_missing_registration_errors + id: troubleshooting_confirmation attributes: - label: "Diagnostic Flag Confirmation" - description: "Check the box if you tried adding the -H:ThrowMissingRegistrationErrors= flag to the image build to catch metadata exceptions early." + label: "Troubleshooting Confirmation" + description: "Check this box if you have tried all the suggestions in the troubleshooting guide." options: - - label: "I tried the `-H:ThrowMissingRegistrationErrors=` flag." + - label: "I tried the suggestions in the [troubleshooting guide](https://www.graalvm.org/latest/reference-manual/native-image/guides/troubleshoot-run-time-errors/)." validations: required: true