mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Fix bug template: Wrap nightly build link in bug template (#13337)
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user