Fix bug template: Wrap nightly build link in bug template (#13337)

This commit is contained in:
Ian Bassi
2026-04-24 09:09:00 -03:00
committed by GitHub
parent 09d5c92f6a
commit 91f54a07b9

View File

@@ -14,7 +14,9 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is this issue reproducible in the latest nightly build? 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: options:
- label: I have checked the latest nightly build and the issue is still reproducible - label: I have checked the latest nightly build and the issue is still reproducible
required: true required: true