|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Report a bug or issue with Evolution Manager |
| 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 report a bug! Please fill out the form below with as much detail as possible. |
| 12 | +
|
| 13 | + - type: checkboxes |
| 14 | + id: terms |
| 15 | + attributes: |
| 16 | + label: Prerequisites |
| 17 | + description: Please confirm the following before submitting your bug report |
| 18 | + options: |
| 19 | + - label: I have searched existing issues to ensure this bug hasn't been reported before |
| 20 | + required: true |
| 21 | + - label: I have read the [documentation](https://doc.evolution-api.com) |
| 22 | + required: true |
| 23 | + - label: I am using a supported version of Evolution Manager |
| 24 | + required: true |
| 25 | + |
| 26 | + - type: textarea |
| 27 | + id: description |
| 28 | + attributes: |
| 29 | + label: Bug Description |
| 30 | + description: A clear and concise description of what the bug is |
| 31 | + placeholder: Describe the bug... |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: textarea |
| 36 | + id: steps |
| 37 | + attributes: |
| 38 | + label: Steps to Reproduce |
| 39 | + description: Steps to reproduce the behavior |
| 40 | + placeholder: | |
| 41 | + 1. Go to '...' |
| 42 | + 2. Click on '...' |
| 43 | + 3. Scroll down to '...' |
| 44 | + 4. See error |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: expected |
| 50 | + attributes: |
| 51 | + label: Expected Behavior |
| 52 | + description: A clear and concise description of what you expected to happen |
| 53 | + placeholder: What should have happened? |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + |
| 57 | + - type: textarea |
| 58 | + id: actual |
| 59 | + attributes: |
| 60 | + label: Actual Behavior |
| 61 | + description: A clear and concise description of what actually happened |
| 62 | + placeholder: What actually happened? |
| 63 | + validations: |
| 64 | + required: true |
| 65 | + |
| 66 | + - type: textarea |
| 67 | + id: screenshots |
| 68 | + attributes: |
| 69 | + label: Screenshots |
| 70 | + description: If applicable, add screenshots to help explain your problem |
| 71 | + placeholder: Drag and drop screenshots here or paste image URLs |
| 72 | + |
| 73 | + - type: dropdown |
| 74 | + id: browser |
| 75 | + attributes: |
| 76 | + label: Browser |
| 77 | + description: Which browser are you using? |
| 78 | + options: |
| 79 | + - Chrome |
| 80 | + - Firefox |
| 81 | + - Safari |
| 82 | + - Edge |
| 83 | + - Other (please specify in additional context) |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + |
| 87 | + - type: input |
| 88 | + id: browser-version |
| 89 | + attributes: |
| 90 | + label: Browser Version |
| 91 | + description: What version of the browser are you using? |
| 92 | + placeholder: e.g., Chrome 120.0.0.0 |
| 93 | + validations: |
| 94 | + required: true |
| 95 | + |
| 96 | + - type: input |
| 97 | + id: manager-version |
| 98 | + attributes: |
| 99 | + label: Evolution Manager Version |
| 100 | + description: What version of Evolution Manager are you using? |
| 101 | + placeholder: e.g., v2.0.0 |
| 102 | + validations: |
| 103 | + required: true |
| 104 | + |
| 105 | + - type: input |
| 106 | + id: api-version |
| 107 | + attributes: |
| 108 | + label: Evolution API Version |
| 109 | + description: What version of Evolution API are you connecting to? |
| 110 | + placeholder: e.g., v2.3.3 |
| 111 | + validations: |
| 112 | + required: true |
| 113 | + |
| 114 | + - type: dropdown |
| 115 | + id: os |
| 116 | + attributes: |
| 117 | + label: Operating System |
| 118 | + description: What operating system are you using? |
| 119 | + options: |
| 120 | + - Windows |
| 121 | + - macOS |
| 122 | + - Linux |
| 123 | + - iOS |
| 124 | + - Android |
| 125 | + - Other (please specify in additional context) |
| 126 | + validations: |
| 127 | + required: true |
| 128 | + |
| 129 | + - type: textarea |
| 130 | + id: console-logs |
| 131 | + attributes: |
| 132 | + label: Console Logs |
| 133 | + description: Please provide any relevant console logs or error messages |
| 134 | + placeholder: Paste console logs here... |
| 135 | + render: shell |
| 136 | + |
| 137 | + - type: textarea |
| 138 | + id: additional-context |
| 139 | + attributes: |
| 140 | + label: Additional Context |
| 141 | + description: Add any other context about the problem here |
| 142 | + placeholder: Any additional information that might be helpful... |
| 143 | + |
| 144 | + - type: checkboxes |
| 145 | + id: contribution |
| 146 | + attributes: |
| 147 | + label: Contribution |
| 148 | + description: Would you like to contribute to fixing this issue? |
| 149 | + options: |
| 150 | + - label: I would like to work on fixing this bug |
| 151 | + required: false |
0 commit comments