|
| 1 | +name: Propose a talk / workshop |
| 2 | +description: "Propose a talk or workshop for upcoming meetup/event" |
| 3 | +title: "" |
| 4 | +labels: |
| 5 | +- talk-proposal |
| 6 | +assignees: [] |
| 7 | +body: |
| 8 | +- type: markdown |
| 9 | + value: | |
| 10 | + 👋 Thank you for showing interest in submitting a talk. You can |
| 11 | + submit any talks which are not just related to Python Programming |
| 12 | + language but also any programming language, new libraries learned, |
| 13 | + some awesome projects you worked on, something new in Data |
| 14 | + Science, Machine Learning, Automation, Cloud, Containers, |
| 15 | + Hardware. |
| 16 | +
|
| 17 | +- type: input |
| 18 | + id: title |
| 19 | + attributes: |
| 20 | + label: Title of the talk |
| 21 | + description: "Please include a short title" |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + |
| 25 | +- type: textarea |
| 26 | + id: description |
| 27 | + attributes: |
| 28 | + label: Description |
| 29 | + description: "Please include brief abstract about your talk" |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + |
| 33 | +- type: textarea |
| 34 | + id: toc |
| 35 | + attributes: |
| 36 | + label: Table of contents |
| 37 | + description: "Please add an outline of your talk" |
| 38 | + placeholder: | |
| 39 | + A few bullet points which you will be covering during the talk |
| 40 | + can be added here. You can update this later as well. |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + |
| 44 | +- type: input |
| 45 | + id: duration |
| 46 | + attributes: |
| 47 | + label: "Duration (including Q&A)" |
| 48 | + description: "Please add estimated duration of the talk including Q&A" |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + |
| 52 | +- type: textarea |
| 53 | + id: prerequisites |
| 54 | + attributes: |
| 55 | + label: Prerequisites |
| 56 | + description: "Any specific requirement from audience for the talk?" |
| 57 | + placeholder: | |
| 58 | + If you have any prerequisites like software, tools set up on |
| 59 | + machine etc, please include it here. |
| 60 | +
|
| 61 | +- type: textarea |
| 62 | + id: bio |
| 63 | + attributes: |
| 64 | + label: Speaker bio |
| 65 | + description: "Please add your introduction" |
| 66 | + placeholder: | |
| 67 | + Also add link to your Twitter (make sure you follow PythonPune |
| 68 | + so that we can DM you there) or LinkedIn so that we can |
| 69 | + coordinate with you before the event. If you don't want to share |
| 70 | + any of the above, please send an email to punepython at |
| 71 | + gmail.com with subject: "Contact details for the talk". |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + |
| 75 | +- type: checkboxes |
| 76 | + id: req |
| 77 | + attributes: |
| 78 | + label: The talk/workshop speaker agrees to |
| 79 | + description: "You can keep the fields unchecked on which you don't agree." |
| 80 | + options: |
| 81 | + - label: "Share the slides, code snippets and other material used during the talk" |
| 82 | + required: true |
| 83 | + - label: | |
| 84 | + If the talk is recorded, you grant the permission to release |
| 85 | + the video on [PythonPune's YouTube |
| 86 | + channel](https://www.youtube.com/channel/UCWjk7oGWV9eknuOzC20dyiQ) |
| 87 | + under [CC-BY-4.0 |
| 88 | + license](https://creativecommons.org/licenses/by/4.0/) |
| 89 | + - label: | |
| 90 | + Not do any hiring pitches during the talk and follow the [Code |
| 91 | + of |
| 92 | + Conduct](https://github.com/pythonpune/meetup-talks#code-of-conduct) |
| 93 | + required: true |
0 commit comments