|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve. |
| 3 | +labels: |
| 4 | + - bug |
| 5 | + - en |
| 6 | +body: |
| 7 | + - type: checkboxes |
| 8 | + id: terms |
| 9 | + attributes: |
| 10 | + label: Welcome! |
| 11 | + description: | |
| 12 | + The issue tracker is only for reporting bugs and feature requests. |
| 13 | + For support questions, please visit: |
| 14 | + - [Community](https://evolutionfoundation.com.br/community) |
| 15 | + - [WhatsApp Support](https://wa.me/553196219989) |
| 16 | + <br/> |
| 17 | +
|
| 18 | + **DO NOT OPEN AN ISSUE FOR GENERAL SUPPORT QUESTIONS.** |
| 19 | +
|
| 20 | + options: |
| 21 | + - label: Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-go/issues) and found none. |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + attributes: |
| 26 | + label: What did you do? |
| 27 | + description: | |
| 28 | + - Respect the issue template as much as possible. |
| 29 | + - The title should be short and descriptive. |
| 30 | + - Explain the conditions that led you to report this issue. |
| 31 | + - Be clear and concise. |
| 32 | + placeholder: Describe the problem you encountered in detail. |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: textarea |
| 37 | + attributes: |
| 38 | + label: What did you expect? |
| 39 | + placeholder: Describe what you expected to happen. |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + |
| 43 | + - type: textarea |
| 44 | + attributes: |
| 45 | + label: What did you observe instead of what you expected? |
| 46 | + placeholder: Explain what actually happens when you follow the steps above. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + attributes: |
| 52 | + label: Screenshots/Videos |
| 53 | + placeholder: If possible, add screenshots or videos that illustrate the problem. |
| 54 | + |
| 55 | + - type: textarea |
| 56 | + attributes: |
| 57 | + label: Which version are you using? |
| 58 | + description: Check the VERSION file or the startup log. |
| 59 | + placeholder: e.g. 0.6.1 |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + |
| 63 | + - type: dropdown |
| 64 | + id: select |
| 65 | + attributes: |
| 66 | + label: What is your environment? |
| 67 | + options: |
| 68 | + - Linux |
| 69 | + - Docker |
| 70 | + - Mac |
| 71 | + - Windows |
| 72 | + - Other |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + attributes: |
| 78 | + label: If applicable, paste the log output |
| 79 | + description: Please attach any logs related to the issue. |
| 80 | + placeholder: Paste the application log here. |
| 81 | + validations: |
| 82 | + required: false |
| 83 | + |
| 84 | + - type: textarea |
| 85 | + attributes: |
| 86 | + label: Additional Notes |
| 87 | + description: Include any other information you think might be useful. |
| 88 | + validations: |
| 89 | + required: false |
0 commit comments