mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 04:59:15 +00:00
Compare commits
6 Commits
add-code-o
...
template/i
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4819dfebda | ||
|
|
29fd94a0e1 | ||
|
|
851052b3d2 | ||
|
|
a43444bb3e | ||
|
|
c2a6c6872d | ||
|
|
f0a0bacec9 |
58
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
58
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
name: 🐛 Reporte Bug
|
||||||
|
description: Algo no va bien?. Hazlo saber
|
||||||
|
labels: [bug, triage]
|
||||||
|
title: '[🐛]'
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Gracias por tomarte el tiempo de reportar este problema
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: ¿Que versión estas usando?
|
||||||
|
description: '__INFO:__ Recuerda que puedes consultar dudas directamente en [discord](https://link.codigoencasa.com/DISCORD)'
|
||||||
|
options:
|
||||||
|
- v2
|
||||||
|
- v1
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: component
|
||||||
|
attributes:
|
||||||
|
label: ¿Sobre que afecta?
|
||||||
|
options:
|
||||||
|
- Flujo de palabras (Flow)
|
||||||
|
- DialogFlow
|
||||||
|
- Base de datos
|
||||||
|
- Otro
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
description: 'Trata de ser lo más claro posible, de esa manera podemos entender el contexto de tu problema y darte una mejor solución'
|
||||||
|
label: Describe tu problema
|
||||||
|
placeholder: Yo tengo un problema....
|
||||||
|
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: reproduction
|
||||||
|
attributes:
|
||||||
|
label: Reproducir error
|
||||||
|
description: __(Recomendación)__ trata de grabar un video puedes usar algunas de las siguientes herramientas [https://www.vidyard.com/](https://www.vidyard.com/) [https://www.loom.com/](https://www.loom.com/) y en lo posbile apoyate en [https://stackblitz.com/](https://stackblitz.com/) para compartir el código de ser necesario
|
||||||
|
placeholder: URL video o stackblitz
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional_information
|
||||||
|
attributes:
|
||||||
|
label: Información Adicional
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
4
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
contact_links:
|
||||||
|
- name: 🤔 Core Team
|
||||||
|
url: https://link.codigoencasa.com/DISCORD
|
||||||
|
about: Si quieres formar parte del CoreTeam, patrocinar el proyecto o propuesta profesionales
|
||||||
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Cual version del BOT es?
|
||||||
|
|
||||||
|
- [ ] v2
|
||||||
|
- [ ] v1
|
||||||
|
|
||||||
|
|
||||||
|
# Que tipo de ISSUE es?
|
||||||
|
|
||||||
|
- [ ] Mejoras
|
||||||
|
- [ ] Bug
|
||||||
|
- [ ] Docs / tests
|
||||||
|
|
||||||
|
# Description
|
||||||
|
|
||||||
|
Por favor agrega una descripción de tu problema para tener más contexto y poder ayudar más rápido. Si es de ayuda puedes usar plataformar como [https://www.loom.com/](https://www.loom.com/) para grabar un video.
|
||||||
|
|
||||||
|
|
||||||
|
> Forma parte de este proyecto.
|
||||||
|
|
||||||
|
- [Discord](https://link.codigoencasa.com/DISCORD)
|
||||||
|
- [Twitter](https://twitter.com/leifermendez)
|
||||||
|
- [Youtube](https://www.youtube.com/watch?v=5lEMCeWEJ8o&list=PL_WGMLcL4jzWPhdhcUyhbFU6bC0oJd2BR)
|
||||||
|
- [Telegram](https://t.me/leifermendez)
|
||||||
Reference in New Issue
Block a user