|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve. |
| 3 | +labels: |
| 4 | + - bug |
| 5 | + - en |
| 6 | + # - help wanted |
| 7 | +# Automatically assign the issue to: |
| 8 | +# assignees: DavidsonGomes |
| 9 | +body: |
| 10 | + - type: checkboxes |
| 11 | + id: terms |
| 12 | + attributes: |
| 13 | + label: Welcome! |
| 14 | + description: | |
| 15 | + The issue tracker is only for reporting bugs and feature requests. |
| 16 | + For user-related support questions, please visit: |
| 17 | + - [Discord](https://evolution-api.com/discord) |
| 18 | + - [WhatsApp Group](https://evolution-api.com/whatsapp) |
| 19 | + <br/> |
| 20 | +
|
| 21 | + **DO NOT OPEN AN ISSUE FOR GENERAL SUPPORT QUESTIONS.** |
| 22 | +
|
| 23 | + options: |
| 24 | + - label: Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-api/issues) and found none. |
| 25 | + required: true |
| 26 | + |
| 27 | + - type: textarea |
| 28 | + attributes: |
| 29 | + label: What did you do? |
| 30 | + description: | |
| 31 | + How to write a good bug report? |
| 32 | +
|
| 33 | + - Respect the issue template as much as possible. |
| 34 | + - The title should be short and descriptive. |
| 35 | + - Explain the conditions that led you to report this issue: the context. |
| 36 | + - The context should lead to something, an idea or problem you are facing. |
| 37 | + - Be clear and concise. |
| 38 | + - Format your messages to help the reader focus on what matters and understand the structure of your message, use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) |
| 39 | + placeholder: Describe the problem you encountered in detail. |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + |
| 43 | + - type: textarea |
| 44 | + attributes: |
| 45 | + label: What did you expect? |
| 46 | + placeholder: Describe what you expected to happen. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + attributes: |
| 52 | + label: What did you observe instead of what you expected? |
| 53 | + placeholder: Explain what actually happens when you follow the steps above. |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + |
| 57 | + - type: textarea |
| 58 | + attributes: |
| 59 | + label: Screenshots/Videos |
| 60 | + placeholder: | |
| 61 | + If possible, add screenshots or videos that illustrate the problem. This can be extremely helpful in understanding the issue better. |
| 62 | +
|
| 63 | + - type: textarea |
| 64 | + attributes: |
| 65 | + label: Which version of the API are you using? |
| 66 | + description: | |
| 67 | + Enter the version number found in the `version` property of the **package.json**. |
| 68 | + placeholder: Paste the version here. |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: dropdown |
| 73 | + id: select |
| 74 | + attributes: |
| 75 | + label: What is your environment? |
| 76 | + options: |
| 77 | + - Windows |
| 78 | + - Linux |
| 79 | + - Mac |
| 80 | + - Docker |
| 81 | + - Other |
| 82 | + validations: |
| 83 | + required: true |
| 84 | + |
| 85 | + - type: textarea |
| 86 | + attributes: |
| 87 | + label: Other environment specifications |
| 88 | + placeholder: 'Hardware/Software: [e.g., CPU, GPU]' |
| 89 | + validations: |
| 90 | + required: false |
| 91 | + |
| 92 | + - type: textarea |
| 93 | + attributes: |
| 94 | + label: If applicable, paste the log output |
| 95 | + description: | |
| 96 | + Please attach any logs that might be related to the issue. |
| 97 | + If the logs contain sensitive information, consider sending them privately to one of the project maintainers. |
| 98 | + placeholder: Paste the application log here. |
| 99 | + validations: |
| 100 | + required: false |
| 101 | + |
| 102 | + - type: textarea |
| 103 | + attributes: |
| 104 | + label: Additional Notes |
| 105 | + description: Include any other information you think might be useful to understand or resolve the bug. |
| 106 | + validations: |
| 107 | + required: false |
0 commit comments