File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments