Skip to content

Commit e279013

Browse files
committed
feat: Add issue templates
1 parent 3ad2395 commit e279013

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'fix: Main content of BUG'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Problem Description**
11+
Provide a clear and concise description of the problem and explain how it manifests in the project.
12+
13+
**Steps to Reproduce**
14+
List the steps to trigger the issue:
15+
16+
1. Does the issue occur in a game scene or in the Unity Editor?
17+
2. If it's in a game scene, which scene? If it's in the Editor, which Editor window?
18+
3. What actions did you perform? (e.g., used the interact button on an object, or attempted an operation in the Editor that didn't work?)
19+
4. What specific operation triggered the issue? (e.g., moving the character, triggering an event, etc.)
20+
5. What was the observed issue? (e.g., dialogue froze or content didn’t display as expected.)
21+
22+
**Expected Result**
23+
Briefly explain the expected behavior in the project.
24+
25+
**Screenshots or Videos**
26+
If possible, include screenshots or recordings to visually demonstrate the problem (this can include console logs or error messages).
27+
28+
**Additional Information**
29+
Provide any other relevant background information related to the issue.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: 'feat: The core of your idea'
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a specific issue? Please describe.**
11+
Provide a clear and concise description of the problem. For example: This part of the game lacks [a specific feature], which may have already caused [specific issues].
12+
13+
**Describe the solution you'd like.**
14+
Explain in detail how you'd like the issue to be resolved, including specific implementation methods or desired functionality. For example: I hope to achieve [specific effect] in the game using [a particular method].
15+
16+
**Describe alternatives you've considered.**
17+
List other methods you’ve tried or considered to address the issue, and explain why they are not feasible or ideal. For example: I tried [a specific method] but found it had [certain drawbacks].
18+
19+
**Additional context**
20+
Include any additional background information, design ideas, or Unity editor screenshots related to your feature request here.

0 commit comments

Comments
 (0)