Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug Report
about: 'Report a reproducible issue '
title: "[BUG] "
labels: bug
assignees: DavidMovas

---

### **Describe the Bug**
A clear and concise description of the issue.

### **Steps to Reproduce**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### **Expected Behavior**
What you expected to happen.

### **Actual Behavior**
What actually happened.

### **Screenshots/Logs**

### **Environment**
- OS: [e.g., macOS 14, Windows 11]
- Browser: [e.g., Chrome 120, Safari 17]
- Version: [e.g., v2.1.0]

### **Additional Context**
- Can the bug be reproduced in previous versions? [Yes/No]
- Temporary workarounds (if any).
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature Request
about: 'Suggest an idea or improvement '
title: "[FEAT]"
labels: enhancement
assignees: DavidMovas

---

### **Is your feature request related to a problem?**
Describe the pain point or limitation.

### **Describe the Solution**
A clear and concise description of what you want to happen.

### **Alternatives Considered**
Other solutions or features you’ve evaluated.

### **Additional Context**
- Technical constraints?
- Links to related issues/discussions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Question
about: Ask for help or clarification
title: "[QUESTION]"
labels: question
assignees: DavidMovas

---

### **What’s your question?**
A clear and concise description of what you need help with.

### **Additional context**
- Relevant code snippets (if applicable)

### **Screenshots/Logs**
Loading