You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,9 @@ body:
111
111
label: Validations 🩹
112
112
description: Before submitting the issue, please make sure you do the following
113
113
options:
114
-
- label: I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues) and I have checked that no issue already exist that reports the same bug to avoid creating a duplicate.
114
+
- label: I follow the [Code of Conduct](https://www.khronos.org/about/code-of-conduct)
115
+
required: true
116
+
- label: I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues): no issue already exist that reports the same bug
115
117
required: true
116
118
- 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.
0 commit comments