diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..98ba2bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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). diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..1a361e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..36a18ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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**