├── .github
└── ISSUE_TEMPLATE
│ └── submission.yaml
├── CODE_OF_CONDUCT.md
└── README.md
/.github/ISSUE_TEMPLATE/submission.yaml:
--------------------------------------------------------------------------------
1 | name: Enviar proyecto para el Hackathon
2 | description: Envía tu proyecto
3 | title: "[Project]
"
4 | labels: [Project, Needs Triage]
5 | body:
6 | - type: checkboxes
7 | attributes:
8 | label: ¿Asististe al taller de GitHub?
9 | description: Seleccione ✅ si ha asistido al taller de GitHub
10 | options:
11 | - label: He asistido al Workshop de GitHub
12 | required: true
13 | - type: input
14 | attributes:
15 | label: Nombre del proyecto
16 | description: Agregue un nombre a su proyecto.
17 | validations:
18 | required: true
19 | - type: input
20 | attributes:
21 | label: Repositorio del proyecto
22 | description: Comparte el enlace del repositorio de GitHub de tu proyecto.
23 | validations:
24 | required: true
25 | - type: input
26 | attributes:
27 | label: Project URL
28 | description: Comparta el enlace de demostración de tu proyecto o video de demostración.
29 | validations:
30 | required: true
31 | - type: input
32 | attributes:
33 | label: Nombre de la Universidad/instituación
34 | description: Por favor agregue el nombre de la institución.
35 | validations:
36 | required: true
37 | - type: textarea
38 | attributes:
39 | label: Descripción del Proyecto
40 | description: |
41 | Descripción del proyectoaEnlaces? ¿Referencias? ¡Cualquier cosa que nos dé más contexto sobre tu proyecto!
42 |
43 | Sugerencia: puede adjuntar detalles del proyecto: archivos pdf, presentación del proyecto, imágenes haciendo clic en esta área para resaltarla y luego arrastrando los archivos.
44 | validations:
45 | required: false
46 | - type: dropdown
47 | attributes:
48 | label: Herramientas del GitHub Student Developer Pack Tools usadas
49 | description: |
50 | Los proyectos deben utilizar al menos una herramienta del Pack.
51 | multiple: true
52 | options:
53 | - Deepsource
54 | - Deepscan
55 | - pyCharm
56 | - Push Bots
57 | - Canva
58 | - Microsoft Azure
59 | - GitHub
60 | - ATOM
61 | - Mongo DB
62 | - Twilio
63 | - Pop SQL
64 | - Astra
65 | - WiseJ
66 | - LogDNA
67 | - Other
68 | validations:
69 | required: true
70 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Code of Conduct 📔
2 | Code Innovation Series is a community event intended for networking and collaboration in the tech community. We value the participation of each member and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout all events hosted in the GitHub space.
3 |
4 | To make clear what is expected, all attendees, speakers, exhibitors, organizers, and volunteers at any event in the GitHub space are required to conform to the following Code of Conduct. Organizers will enforce this code throughout the event.
5 |
6 | GitHub is dedicated to providing a harassment-free event experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of event participants in any form, nor do we tolerate any behavior that would reasonably lead to another event participant being made to feel unsafe, insecure, or frightened for their physical or emotional well-being.
7 |
8 | All communication should be appropriate for a professional audience including people of many different backgrounds. Sexual language and imagery is not appropriate for any presentation given in the GitHub space or in any presentation associated with or related to GitHub.
9 |
10 | Be kind to others. Do not insult or put down other attendees. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate at this event.
11 |
12 | Each event guest is entirely responsible for their own actions.
13 |
14 | Attendees violating these rules will be asked to leave the event at the sole discretion of the event managers.
15 |
16 |
17 | Read: [GitHub Community Guidelines](https://docs.github.com/en/github/site-policy/github-community-guidelines) ⚠️
18 |
19 | Thank you for helping to make this a welcoming, friendly space for all.
20 |
21 | # Contact Information 📧
22 | If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact [support](https://support.github.com/) or another GitHub employee.
23 |
24 | GitHubbers will be happy to help participants contact security or local law enforcement, escort to safety, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.
25 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | 
3 |
4 | # Code Innovation Series 🎉
5 |
6 | Code Innovation Series es un programa de talleres para estudiantes centrado en código abierto
7 |
8 | ## Actualización 28 Nov 💻
9 |
10 | Los ganadores del Hackathon son:
11 |
12 | * PokeTwil
13 | * Agrupar followers y following de GitHub
14 | * AUSB-AI
15 |
16 | Muchas felicidades, nos pondremos en contacto para mandarles sus premios.
17 |
18 | ## Actualización 13 Nov 💻
19 |
20 | Muchas gracias por sus proyectos del Hackathon, vamos a revisarlos y anunciaremos a los ganadores el viernes 18 de Nov.
21 |
22 | ## Workshop 💻
23 | - Fecha: Noviembre 4, 2022
24 | - Temas cubiertos: `fundamentos de open source, primeros pasos con Git y GitHub`, `primeros pasos con Git y GitHub`, `GitHub Actions`, `creación de aplicaciones con ayuda del Student Developer Pack`.
25 | - [grabación](https://github.zoom.us/rec/play/y3juY7M2kBkBDQlNtjvCY8LRHuFuIYk4y-cyGvK0n0lf3lOnvP2ROAaqeW3Jo7d64vAadbOa6BECK_i0.a9dHJYRtidEvyFq5?continueMode=true&_x_zm_rtaid=Oz3LwecVQseVMv6rGQGApA.1667838753184.a71d7c918794be0251d6ded1aa10f2f9&_x_zm_rhtaid=614)
26 | - Comparte tu feedback usando el siguiente [enlace](https://airtable.com/shrtmHAVikW3U1XBa).
27 | - Para generar tú certificado de participación al finalizar la forma del feedback te redirige a la forma donde lo puedes solicitar.
28 |
29 | ## Únete al hackathon 🚀
30 | - Fechas: 4 - 11 noviembre [hasta medianoche]
31 |
32 | Tema: Build creative hacks that empower you do to more using GitHub Student Developer Pack tools.
33 |
34 | 1. Contruye un proyecto en GitHub
35 | 2. Utiliza las herramientas del Student Developer Pack
36 | 3. Envía tu proyecto [aquí](https://github.com/GitHub-Campus-Program-LATAM/CIS/issues/new/choose)
37 | 4. No hay limite de personas por aquipo.
38 |
39 | ### Premios 🎁
40 | El equipo de GitHub revisará los proyectos del hackathon y enviará paquetes exclusivos a los mejores.
41 |
42 |
43 | ### Notas:
44 | - Hemos configurado un issue para que todos puedan enviar sus proyectos de hackathon
45 | - Todas las comunicaciones, revisiones y seguimiento de envíos de proyectos se realizarán a través de GitHub Issues 👀
46 | - Los proyectos deben usar herramientas del Student Developer Pack y estar alojadas en un repositorio público de GitHub. Si no podemos acceder al repositorio de GitHub donde se encuentra tu código, no podremos evaluar sus envíos.
47 |
--------------------------------------------------------------------------------