|
| 1 | +name: Solicitud de Invitado para Open Source Viernes |
| 2 | +description: Complete este formulario para solicitar ser invitado en Open Source Friday |
| 3 | +title: Open Source Friday - [NOMBRE DEL PROYECTO] - [DD-MM-AAAA] |
| 4 | +labels: ["open-source-viernes", "open-source", "twitch", "pending"] |
| 5 | +assignees: |
| 6 | + - LadyKerr |
| 7 | + - AndreaGriffiths11 |
| 8 | +body: |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: | |
| 12 | + ## Formulario de Invitación para Invitados de Open Source Friday |
| 13 | + #### :sparkles: Por favor, complete la siguiente información para ser invitado a Open Source Viernes. La fecha de la transmisión ser confirmada al aprovar el invitado :sparkles: |
| 14 | + - type: input |
| 15 | + id: nombre |
| 16 | + attributes: |
| 17 | + label: Nombre |
| 18 | + description: Su nombre |
| 19 | + placeholder: "Kedasha Kerr" |
| 20 | + - type: input |
| 21 | + id: github_user |
| 22 | + attributes: |
| 23 | + label: Usuario de GitHub |
| 24 | + description: Su nombre de usuario en GitHub |
| 25 | + placeholder: "@LadyKerr" |
| 26 | + - type: textarea |
| 27 | + id: acerca_de_ti |
| 28 | + attributes: |
| 29 | + label: Háblanos de ti |
| 30 | + description: Por favor, comparte un poco sobre ti y tu experiencia |
| 31 | + placeholder: "Soy un desarrollador que..." |
| 32 | + - type: input |
| 33 | + id: nombre_proyecto_1 |
| 34 | + attributes: |
| 35 | + label: Nombre del Proyecto |
| 36 | + description: El nombre del proyecto que te gustaría mostrar y sobre el que quieres hablar |
| 37 | + placeholder: "Proyecto Increíble" |
| 38 | + - type: input |
| 39 | + id: repo_proyecto_1 |
| 40 | + attributes: |
| 41 | + label: Enlace al Repositorio del Proyecto |
| 42 | + description: El repositorio de GitHub de tu proyecto |
| 43 | + placeholder: "github.com/url-del-repo" |
| 44 | + - type: checkboxes |
| 45 | + id: fecha_transmision |
| 46 | + attributes: |
| 47 | + label: Fecha de Transmisión |
| 48 | + description: ¿Has programado una fecha para tu transmisión? |
| 49 | + options: |
| 50 | + - label: "Sí" |
| 51 | + - label: "Aún no" |
| 52 | + - type: input |
| 53 | + id: social_twitter |
| 54 | + attributes: |
| 55 | + label: URL de Twitter |
| 56 | + description: Tu perfil de Twitter |
| 57 | + placeholder: "@itsthatladydev" |
| 58 | + - type: input |
| 59 | + id: social_linkedin |
| 60 | + attributes: |
| 61 | + label: URL de LinkedIn |
| 62 | + description: Tu perfil de LinkedIn |
| 63 | + placeholder: "linkedin.com/in/tu-perfil" |
| 64 | + - type: textarea |
| 65 | + id: mas_info |
| 66 | + attributes: |
| 67 | + label: Información Adicional |
| 68 | + description: Por favor, comparte cualquier detalle adicional que quieras que sepamos sobre tu proyecto |
| 69 | + placeholder: "Me gustaría hablar sobre..." |
0 commit comments