Skip to content

Commit cf8eb22

Browse files
committed
adjust issue template
1 parent dcf4dc4 commit cf8eb22

1 file changed

Lines changed: 59 additions & 59 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,119 @@
11
name: 🐞 Bug Report
2-
description: File a bug report
2+
description: File a technical issue, import or export problem, API issue
33
labels: ["untriaged"]
44
body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thanks for taking the time to fill out this bug report! 🙏
8+
Thanks for taking the time to fill out this bug report. The more info you add, the higher the chance that we'll be able to help! 🙏
99
1010
- type: textarea
1111
id: bug-description
1212
attributes:
1313
label: Describe the bug 💬
1414
description: A clear and concise description of what the bug is. Thanks!
1515
placeholder: I am doing... What I expect to happen is... What's actually happening is ...
16-
1716
validations:
1817
required: true
19-
20-
- type: dropdown
21-
id: OS
18+
19+
- type: textarea
20+
id: reproduction-steps
2221
attributes:
23-
label: Operating System 👩‍💻
24-
description: Which operating system are you using / on which operating system did you observe the issue?
25-
multiple: true
26-
options:
27-
- Windows
28-
- macOS
29-
- Linux
30-
- iOS
31-
- Android
32-
- Other (I provide details below)
22+
label: Steps to reproduce 🔢
23+
description: Please provide step-by-step instructions for how to see the issue you're describing with the files you provide.
24+
placeholder: |
25+
1. Download the attached reproduction file
26+
2. Drop it into Unity <insert version>
27+
3. See <specific error> in console
3328
validations:
3429
required: true
35-
30+
31+
- type: textarea
32+
id: reproduction
33+
attributes:
34+
label: Files to reproduce the issue ♻
35+
description: Please drop necessary files to reproduce the problem you ran into as `.zip` file or paste a link to a `.gltf/.glb`. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is best ([Why?](https://antfu.me/posts/why-reproductions-are-required)).
36+
placeholder: Reproduction files or URL
37+
validations:
38+
required: false
39+
3640
- type: dropdown
3741
id: version
3842
attributes:
3943
label: Editor Version 🎲
40-
description: Which Unity Editor version are you using?
44+
description: Which Unity version are you using? Please note that while we try to support the latest Unity versions, officially only LTS versions are supported.
4145
options:
42-
- 2020.3
46+
- 2020.3 or older
4347
- 2021.3
44-
- 2022.x
45-
- 2023.x
46-
- 2024.x
47-
- 6000.x
48+
- 2022.3
49+
- 6000.0
50+
- Other (Provide details below)
51+
default: 1
4852
validations:
4953
required: true
5054

5155
- type: input
5256
id: renderpipeline
5357
attributes:
54-
label: Renderpipeline & Version
55-
placeholder: URP 10.0.0 / HDRP 10.0.0 / Builtin
58+
label: Render Pipeline and version
59+
placeholder: URP 10.0.0 / HDRP 10.0.0 / Built-In Render Pipeline
5660
validations:
5761
required: true
5862

5963
- type: input
6064
id: unitygltf
6165
attributes:
6266
label: UnityGLTF Version
63-
placeholder: 2.0.0
67+
placeholder: 2.13.0
6468
validations:
6569
required: true
66-
70+
71+
- type: dropdown
72+
id: OS
73+
attributes:
74+
label: Operating System 👩‍💻
75+
description: Which operating system are you using / on which operating system did you observe the issue?
76+
multiple: true
77+
options:
78+
- Windows
79+
- macOS
80+
- Linux
81+
- iOS
82+
- Android
83+
- WebGL
84+
- VisionOS
85+
- Other (Provide details below)
86+
validations:
87+
required: true
88+
6789
- type: checkboxes
6890
attributes:
6991
label: When does this problem happen?
7092
description: Does this issue happen in the Unity Editor (e.g. when importing assets to your project) or at runtime (e.g. when loading assets in your build)
7193
options:
72-
- label: Editor
73-
- label: Runtime
94+
- label: Editor Import
95+
- label: Runtime Import
96+
- label: Editor Export
97+
- label: Runtime Export
7498
validations:
7599
required: true
76100

77101
- type: textarea
78102
id: project-info
79103
attributes:
80-
label: Project Info 📜
104+
label: Additional Info 📜
81105
description: |
82-
Optional if provided reproduction. Please paste any information here that is relevant. Provide all relevant files.
83-
84-
- type: textarea
85-
id: reproduction-steps
86-
attributes:
87-
label: Steps to reproduce 🔢
88-
description: Please provide any reproduction steps that may need to be described.
89-
placeholder:
90-
value: |
91-
1.
92-
2.
93-
3.
94-
...
95-
render: bash
96-
validations:
97-
required: true
98-
99-
- type: textarea
100-
id: reproduction
101-
attributes:
102-
label: Reproduction / Files to reproduce ♻
103-
description: Please provide necessary files, a link for download or a link to a repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is favored ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label.
104-
placeholder: Reproduction files or URL
105-
validations:
106-
required: false
106+
Provide additional information that might be useful to understand your use case.
107107
108108
- type: checkboxes
109109
id: checkboxes
110110
attributes:
111111
label: Validations 🩹
112112
description: Before submitting the issue, please make sure you do the following
113113
options:
114-
- label: I follow the [Code of Conduct](https://www.khronos.org/about/code-of-conduct)
114+
- label: "I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues): no issue already exist that reports the same problem."
115115
required: true
116-
- label: "I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues): no issue already exist that reports the same bug"
116+
- label: I follow the [Code of Conduct](https://www.khronos.org/about/code-of-conduct)
117117
required: true
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.
119-
required: false
118+
- label: I provided a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), including files when necessary.
119+
required: false

0 commit comments

Comments
 (0)