From 91f54a07b98bf1d1ffc420e4e14557f34d67aefb Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Fri, 24 Apr 2026 09:09:00 -0300 Subject: [PATCH] Fix bug template: Wrap nightly build link in bug template (#13337) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cf8ac675ed..1b3ba3f407 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,9 @@ body: - type: checkboxes attributes: label: Is this issue reproducible in the latest nightly build? - description: Please verify this issue still happens in the latest nightly build first. It may already be fixed there: [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds). + description: > + Please verify this issue still happens in the latest nightly build first. It may already be fixed there: + [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds). options: - label: I have checked the latest nightly build and the issue is still reproducible required: true