Skip to content

Commit 04c2653

Browse files
author
Administrator
committed
docs: add issue templates for bug reports and feature requests
1 parent 4c720cc commit 04c2653

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug to help us improve
4+
title: '[BUG] '
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## 🐛 Bug Description
10+
<!-- A clear and concise description of the bug -->
11+
12+
## 📋 Steps to Reproduce
13+
1.
14+
2.
15+
3.
16+
17+
## 🎯 Expected Behavior
18+
<!-- What you expected to happen -->
19+
20+
## 💥 Actual Behavior
21+
<!-- What actually happened -->
22+
23+
## 📝 Code Sample
24+
```python
25+
# Minimal code to reproduce the issue
26+
```
27+
28+
## 🔧 Environment
29+
- **Python Version**:
30+
- **SDK Version**:
31+
- **OS**:
32+
33+
## 📸 Screenshots/Logs
34+
<!-- If applicable, add screenshots or error logs -->
35+
36+
## 💡 Additional Context
37+
<!-- Any other context about the problem -->
38+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## 🚀 Feature Request
10+
11+
### 📖 Description
12+
<!-- Clear description of the feature -->
13+
14+
### 💡 Use Case
15+
<!-- Why do you need this feature? -->
16+
17+
### 📝 Proposed Solution
18+
<!-- How would you like to see this implemented? -->
19+
20+
### 🔄 Alternatives Considered
21+
<!-- What alternatives have you considered? -->
22+
23+
### 📚 Additional Context
24+
<!-- Any other context, screenshots, or examples -->
25+

0 commit comments

Comments
 (0)