|
| 1 | +name: "Organização do GitHub Presente" |
| 2 | +description: "Template para organizar edições do GitHub Presente." |
| 3 | +title: "GitHub Presente - MÊS/ANO" |
| 4 | +labels: |
| 5 | + - "github-presente" |
| 6 | + - "event" |
| 7 | + - "meetup" |
| 8 | + - "pending" |
| 9 | +assignees: |
| 10 | + - "pachicodes" |
| 11 | + |
| 12 | +body: |
| 13 | + - type: markdown |
| 14 | + attributes: |
| 15 | + value: | |
| 16 | + ## 🎤 Organização do GitHub Presente |
| 17 | + Obrigado por organizar mais uma edição do **GitHub Presente**! |
| 18 | + Preencha os detalhes abaixo para facilitar a organização do evento. |
| 19 | +
|
| 20 | + - type: input |
| 21 | + id: host_name |
| 22 | + attributes: |
| 23 | + label: Nome da Host |
| 24 | + description: Quem será a pessoa anfitriã do evento? |
| 25 | + placeholder: "Pachi Parra" |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: input |
| 30 | + id: event_date |
| 31 | + attributes: |
| 32 | + label: Data e Horário |
| 33 | + description: Quando o evento acontecerá? (formato: DD/MM/AAAA - HH:MM BRT) |
| 34 | + placeholder: "25/04/2025 - 19:00 BRT" |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + |
| 38 | + - type: input |
| 39 | + id: event_link |
| 40 | + attributes: |
| 41 | + label: Link do Evento |
| 42 | + description: URL da transmissão do evento |
| 43 | + placeholder: "https://www.twitch.tv/githubbrasil" |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + |
| 47 | + - type: textarea |
| 48 | + id: speakers |
| 49 | + attributes: |
| 50 | + label: Palestrantes e Palestras |
| 51 | + description: Liste os palestrantes confirmados e o título de suas palestras. |
| 52 | + placeholder: | |
| 53 | + - **Fulano de Tal** - "Como contribuir para Open Source" |
| 54 | + - **Beltrana Dev** - "Dicas avançadas de Git e GitHub" |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: textarea |
| 59 | + id: event_structure |
| 60 | + attributes: |
| 61 | + label: Estrutura do Evento |
| 62 | + description: Descreva o fluxo do evento. |
| 63 | + placeholder: | |
| 64 | + - Abertura e introdução |
| 65 | + - Palestras |
| 66 | + - Q&A com palestrantes |
| 67 | + - Encerramento |
| 68 | + validations: |
| 69 | + required: true |
| 70 | + |
| 71 | + - type: checkboxes |
| 72 | + id: pre_event_tasks |
| 73 | + attributes: |
| 74 | + label: 📌 Antes do Evento |
| 75 | + description: Checklist das tarefas pré-evento. |
| 76 | + options: |
| 77 | + - label: "Notificar palestrantes selecionados" |
| 78 | + - label: "Coletar materiais dos palestrantes (bio, slides, foto)" |
| 79 | + - label: "Criar assets gráficos" |
| 80 | + - label: "Criar eventos no Meetup, LinkedIn e GitHub Discussions" |
| 81 | + - label: "Publicar divulgação nas redes sociais" |
| 82 | + - label: "Configurar Streamyard" |
| 83 | + - label: "Preparar apresentação do evento" |
| 84 | + |
| 85 | + - type: checkboxes |
| 86 | + id: live_event_tasks |
| 87 | + attributes: |
| 88 | + label: 🎥 No Dia do Evento |
| 89 | + description: Tarefas a serem feitas durante o evento. |
| 90 | + options: |
| 91 | + - label: "Entrar no Streamyard 10 min antes" |
| 92 | + - label: "Verificar áudio e vídeo dos palestrantes" |
| 93 | + - label: "Acompanhar e interagir com o chat" |
| 94 | + - label: "Incluir perguntas ao vivo" |
| 95 | + |
| 96 | + - type: checkboxes |
| 97 | + id: post_event_tasks |
| 98 | + attributes: |
| 99 | + label: 📢 Depois do Evento |
| 100 | + description: Checklist de follow-up pós-evento. |
| 101 | + options: |
| 102 | + - label: "Criar highlights no Twitch" |
| 103 | + - label: "Enviar gravação para palestrantes" |
| 104 | + - label: "Publicar conteúdos do evento nas redes sociais" |
| 105 | + - label: "Criar GitHub Discussion para perguntas e discussões" |
| 106 | + - label: "Analisar métricas do evento (número de viewers, engajamento)" |
| 107 | + - label: "Coletar feedback dos palestrantes e audiência" |
0 commit comments