├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Open Source Weekends 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Request for Talks 🗣 2 | 3 | ### ¿Quieres dar una charla o taller en Open Source Weekends? 4 | 5 | Posibles formatos: 6 | - Charla (45min - 60min) 7 | - Micro Charla (10min - 20min) 8 | - Taller (100min - 120min) 9 | - Mesa Redonda / Debate (60min) 10 | - ? 11 | 12 | #### Pasos propuesta: 13 | 14 | 1. Desde github, crea una issue en el repositorio de "[Request for Talks](https://github.com/OSWeekends/request-for-talks/issues/new)" 15 | 2. En el título indica, entre corchetes, de qué tipo es (Algunos de los posibles tipos o formatos son: `charla`, `taller`, `micro-taller`, `debate`, etc). A continuación, escribe el título del tu charla. 16 | **Ejemplo: `[Charla] Introducción a Docker`** 17 | 3. En la descripción: 18 | - Cuéntanos en un par de palabras quién eres y a qué te dedicas 19 | - Describe en que consiste tu charla 20 | - Fecha en la que te gustaría participar (Consulta las fechas de los próximos eventos [aquí](https://press-osw.netlify.com/posts/post-1/)) 21 | 4. Aunque podemos hablar a través de los comentarios de la propia issue, es recomendable dejar una forma de contacto (Twitter, Email, etc). 22 | 5. Contactaremos contigo _ASAP_ 23 | --------------------------------------------------------------------------------