|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Report a bug or unexpected behavior |
| 3 | +title: "[BUG] " |
| 4 | +labels: ["bug", "needs-triage"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for taking the time to fill out this bug report! |
| 12 | + Please search existing issues before creating a new one. |
| 13 | +
|
| 14 | + - type: textarea |
| 15 | + id: description |
| 16 | + attributes: |
| 17 | + label: 📋 Bug Description |
| 18 | + description: A clear and concise description of what the bug is. |
| 19 | + placeholder: Describe the bug... |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + id: reproduction |
| 25 | + attributes: |
| 26 | + label: 🔄 Steps to Reproduce |
| 27 | + description: Steps to reproduce the behavior |
| 28 | + placeholder: | |
| 29 | + 1. Go to '...' |
| 30 | + 2. Click on '....' |
| 31 | + 3. Scroll down to '....' |
| 32 | + 4. See error |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: textarea |
| 37 | + id: expected |
| 38 | + attributes: |
| 39 | + label: ✅ Expected Behavior |
| 40 | + description: A clear and concise description of what you expected to happen. |
| 41 | + placeholder: What should happen? |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + |
| 45 | + - type: textarea |
| 46 | + id: actual |
| 47 | + attributes: |
| 48 | + label: ❌ Actual Behavior |
| 49 | + description: A clear and concise description of what actually happened. |
| 50 | + placeholder: What actually happened? |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: environment |
| 56 | + attributes: |
| 57 | + label: 🌍 Environment |
| 58 | + description: Please provide information about your environment |
| 59 | + value: | |
| 60 | + - OS: [e.g. Ubuntu 20.04, Windows 10, macOS 12.0] |
| 61 | + - Node.js version: [e.g. 18.17.0] |
| 62 | + - Evolution API version: [e.g. 2.3.3] |
| 63 | + - Database: [e.g. PostgreSQL 14, MySQL 8.0] |
| 64 | + - Connection type: [e.g. Baileys, WhatsApp Business API] |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | + - type: textarea |
| 69 | + id: logs |
| 70 | + attributes: |
| 71 | + label: 📋 Logs |
| 72 | + description: If applicable, add logs to help explain your problem. |
| 73 | + placeholder: Paste relevant logs here... |
| 74 | + render: shell |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + id: additional |
| 78 | + attributes: |
| 79 | + label: 📝 Additional Context |
| 80 | + description: Add any other context about the problem here. |
| 81 | + placeholder: Any additional information... |
0 commit comments