mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 03:59:17 +00:00
64 lines
1.7 KiB
YAML
64 lines
1.7 KiB
YAML
name: 🐬 Caso de uso
|
|
description: Reporta tu caso de uso y cuales fueron tus resultados
|
|
labels: [usecase]
|
|
title: '[🐬]'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Gracias por tomarte el tiempo de detallar este caso de uso, sera de gran utilidad para mantener un software de calidad
|
|
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: ¿Cual proveedor usaste?
|
|
description: 'Actualmente tenemos varios proveedores que sirven como punto de entrada y salida con Whatsapp'
|
|
options:
|
|
- whatsapp-web.js
|
|
- venom
|
|
- bailey
|
|
- twilio
|
|
- meta
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: component
|
|
attributes:
|
|
label: ¿Cual base de datos usaste?
|
|
options:
|
|
- memory
|
|
- mongo
|
|
- mysql
|
|
- json
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
description: 'Trata de ser lo más claro posible, de esa manera podemos entender el contexto del caso de uso'
|
|
label: Describe tu caso
|
|
placeholder: Yo tengo un caso....
|
|
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
- label: I agree to follow this project's Code of Conduct
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional_information
|
|
attributes:
|
|
label: Información Adicional
|
|
validations:
|
|
required: false
|