From c26e202de1561fae9ea4169770e312b07dff8500 Mon Sep 17 00:00:00 2001 From: Marcel Wiessler Date: Tue, 17 Sep 2024 01:11:40 +0200 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bde7baf67..23eda5e3a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -113,7 +113,7 @@ body: options: - label: I follow the [Code of Conduct](https://www.khronos.org/about/code-of-conduct) required: true - - label: I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues): no issue already exist that reports the same bug + - label: "I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues): no issue already exist that reports the same bug" required: true - label: I provided a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug or all necessary files that can be used to reproduce this problem. required: false