Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GLOBAL_API_KEY=429683C4C977415CAAFCCE10F7D57E11

WADEBUG=DEBUG
LOGTYPE=console
WEBHOOKFILES=true
WEBHOOK_FILES=true

CONNECT_ON_STARTUP=true

Expand All @@ -20,6 +20,15 @@ AMQP_GLOBAL_ENABLED=false

WEBHOOK_URL=https://webhook.site/2e6af2fa-6b04-497f-b4a1-13a905728d83

# Proxy Configuration
# PROXY_PROTOCOL can be http, https or socks5. If omitted, it is inferred from
# the port (1080/2080/42000-43000 → socks5; otherwise http).
# PROXY_PROTOCOL=http
# PROXY_HOST=proxy.example.com
# PROXY_PORT=8080
# PROXY_USERNAME=user
# PROXY_PASSWORD=secret

# Minio Configuration
MINIO_ENABLED=true
MINIO_ENDPOINT=localhost:9000
Expand Down
89 changes: 89 additions & 0 deletions .github/ISSUE_TEMPLATE/-en--bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
name: Bug Report
description: Create a report to help us improve.
labels:
- bug
- en
body:
- type: checkboxes
id: terms
attributes:
label: Welcome!
description: |
The issue tracker is only for reporting bugs and feature requests.
For support questions, please visit:
- [Community](https://evolutionfoundation.com.br/community)
- [WhatsApp Support](https://wa.me/553196219989)
<br/>

**DO NOT OPEN AN ISSUE FOR GENERAL SUPPORT QUESTIONS.**

options:
- label: Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-go/issues) and found none.
required: true

- type: textarea
attributes:
label: What did you do?
description: |
- Respect the issue template as much as possible.
- The title should be short and descriptive.
- Explain the conditions that led you to report this issue.
- Be clear and concise.
placeholder: Describe the problem you encountered in detail.
validations:
required: true

- type: textarea
attributes:
label: What did you expect?
placeholder: Describe what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: What did you observe instead of what you expected?
placeholder: Explain what actually happens when you follow the steps above.
validations:
required: true

- type: textarea
attributes:
label: Screenshots/Videos
placeholder: If possible, add screenshots or videos that illustrate the problem.

- type: textarea
attributes:
label: Which version are you using?
description: Check the VERSION file or the startup log.
placeholder: e.g. 0.6.1
validations:
required: true

- type: dropdown
id: select
attributes:
label: What is your environment?
options:
- Linux
- Docker
- Mac
- Windows
- Other
validations:
required: true

- type: textarea
attributes:
label: If applicable, paste the log output
description: Please attach any logs related to the issue.
placeholder: Paste the application log here.
validations:
required: false

- type: textarea
attributes:
label: Additional Notes
description: Include any other information you think might be useful.
validations:
required: false
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/-en--feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Feature Request
description: Suggest ideas for the project.
labels:
- enhancement
- en
body:
- type: checkboxes
id: terms
attributes:
label: Welcome!
description: '**DO NOT OPEN FOR GENERAL SUPPORT QUESTIONS.**'
options:
- label: Yes, I have searched for similar requests on [GitHub](https://github.com/EvolutionAPI/evolution-go/issues) and found none.
required: true

- type: dropdown
attributes:
label: What type of feature?
options:
- Integration
- Functionality
- Endpoint
- Performance
- Other
validations:
required: true

- type: textarea
attributes:
label: What is the motivation for the request?
description: |
What problem does the feature seek to solve?
Clearly describe the functionality you want implemented.
placeholder: Detailed description
validations:
required: true

- type: textarea
attributes:
label: Usage Examples
description: Provide specific examples of how this functionality could be used.
placeholder: text - image - video - flowcharts
validations:
required: false

- type: textarea
attributes:
label: How should the feature be developed?
description: |
Should it be inserted directly into the code?
If you have implementation ideas, please share them here.
placeholder: Insert feature ideas here
validations:
required: false

- type: textarea
attributes:
label: Additional Notes
description: Any other information relevant to your request.
placeholder: Insert your observations here.
validations:
required: false
89 changes: 89 additions & 0 deletions .github/ISSUE_TEMPLATE/-pt--reportar-bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
name: Relatório de bug
description: Crie um relatório para nos ajudar a melhorar.
labels:
- bug
- pt-br
body:
- type: checkboxes
id: termos
attributes:
label: Bem-vindo!
description: |
O rastreador de problemas é apenas para relatar bugs e solicitações de recursos.
Para perguntas de suporte, acesse:
- [Comunidade](https://evolutionfoundation.com.br/community)
- [WhatsApp Suporte](https://wa.me/553196219989)
<br/>

**NÃO ABRA UM PROBLEMA PARA PERGUNTAS GERAIS DE SUPORTE.**

options:
- label: Sim, pesquisei problemas semelhantes no [GitHub](https://github.com/EvolutionAPI/evolution-go/issues) e não encontrei nenhum.
required: true

- type: textarea
attributes:
label: O que você fez?
description: |
- Respeite o modelo de problema tanto quanto possível.
- O título deve ser curto e descritivo.
- Explique as condições que o levaram a reportar este problema.
- Seja claro e conciso.
placeholder: Descreva detalhadamente o problema que você encontrou.
validations:
required: true

- type: textarea
attributes:
label: O que você esperava?
placeholder: Descreva o que você esperava que acontecesse.
validations:
required: true

- type: textarea
attributes:
label: O que você observou ao invés do que esperava?
placeholder: Explique o que realmente acontece quando você segue os passos acima.
validations:
required: true

- type: textarea
attributes:
label: Capturas de Tela/Vídeos
placeholder: Se possível, adicione capturas de tela ou vídeos que ilustrem o problema.

- type: textarea
attributes:
label: Qual versão você está usando?
description: Verifique o arquivo VERSION ou o log de inicialização.
placeholder: ex. 0.6.1
validations:
required: true

- type: dropdown
id: select
attributes:
label: Qual é o seu ambiente?
options:
- Linux
- Docker
- Mac
- Windows
- Outro
validations:
required: true

- type: textarea
attributes:
label: Se aplicável, cole a saída do log
description: Por favor, anexe os logs que possam estar relacionados ao problema.
placeholder: Cole aqui o log da aplicação.
validations:
required: false

- type: textarea
attributes:
label: Notas Adicionais
description: Inclua qualquer outra informação que possa ser útil.
validations:
required: false
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/-pt--solicitar-recurso.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Solicitação de recursos
description: Sugira ideias para o projeto.
labels:
- enhancement
- pt-br
body:
- type: checkboxes
id: termos
attributes:
label: Bem-vindo!
description: '**NÃO ABRA PARA PERGUNTAS GERAIS DE SUPORTE.**'
options:
- label: Sim, pesquisei solicitações semelhantes no [GitHub](https://github.com/EvolutionAPI/evolution-go/issues) e não encontrei nenhum.
required: true

- type: dropdown
attributes:
label: Qual tipo de recurso?
options:
- Integração
- Funcionalidade
- Endpoint
- Performance
- Outro
validations:
required: true

- type: textarea
attributes:
label: Qual a motivação para a solicitação?
description: |
Qual problema o recurso busca resolver?
Descreva claramente a funcionalidade que você deseja que seja implementada.
placeholder: Descrição detalhada
validations:
required: true

- type: textarea
attributes:
label: Exemplos de Uso
description: Forneça exemplos específicos de como essa funcionalidade poderia ser utilizada.
placeholder: texto - imagem - video - fluxogramas
validations:
required: false

- type: textarea
attributes:
label: Como o recurso deve ser desenvolvido?
description: |
Deve ser inserido diretamente no código?
Se você tem ideias de implementação, por favor compartilhe aqui.
placeholder: Insira ideias para o recurso
validations:
required: false

- type: textarea
attributes:
label: Notas Adicionais
description: Qualquer outra informação relevante para a sua solicitação.
placeholder: Insira aqui as suas observações.
validations:
required: false
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Description
<!-- Describe your changes in detail -->

## Related Issue
<!-- Link to the issue this PR addresses -->
Closes #(issue_number)

## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Performance improvement

## Testing
- [ ] Manual testing completed
- [ ] Functionality verified in development environment
- [ ] No breaking changes introduced

## Screenshots (if applicable)

## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have tested my changes thoroughly
- [ ] Any dependent changes have been merged and published

## Additional Notes
Loading