├── .github
├── CODEOWNERS
├── ISSUE_TEMPLATE
│ ├── TALK_PROPOSAL.md
│ └── TALK_REQUEST.md
├── config.yml
└── reaction.yml
├── CODE_OF_CONDUCT.md
└── README.md
/.github/CODEOWNERS:
--------------------------------------------------------------------------------
1 | # These users will be the default owners for everything in the repo.
2 | # See https://github.com/blog/2392-introducing-code-owners
3 |
4 | * @WrocTypeScript/organisers
5 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/TALK_PROPOSAL.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Talk proposal
3 | about: I want to speak.
4 | title: "(Your talk title)"
5 | labels: Proposal
6 | assignees: ''
7 |
8 | ---
9 |
10 | - **Your full name**:
11 | - **Target audience** (beginner/intermediate/advanced/everyone):
12 | - **Estimated duration**:
13 | - **Keywords**:
14 |
15 | # \
16 |
17 | ## The talk
18 |
19 | ### One-sentence summary
20 |
21 | ### What's the format — is it a case study, a live coding session, a workshop or something else?
22 |
23 | ### Tell us more about the talk
24 |
25 | ## You
26 |
27 | ### A few words about yourself
28 |
29 |
30 |
31 | ### How can we find you on social media?
32 |
33 | ### Would you be willing to have a Q/A session after the talk?
34 |
35 | ### Do you mind if we record the event?
36 |
37 | ### Is there anything we can help you with?
38 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/TALK_REQUEST.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Talk request
3 | about: I have an idea, but I donʼt want to be the speaker.
4 | title: ''
5 | labels: Idea
6 | assignees: ''
7 |
8 | ---
9 |
10 | ### What should the talk be about?
11 |
12 | ### Why is that important?
13 |
14 | ### Who will learn from it?
15 |
--------------------------------------------------------------------------------
/.github/config.yml:
--------------------------------------------------------------------------------
1 | # Configuration for https://probot.github.io/apps/welcome/
2 |
3 | newIssueWelcomeComment: >
4 | Thanks for your contribution! One of the @WrocTypeScript/organisers will go back to you as soon as possible.
5 |
--------------------------------------------------------------------------------
/.github/reaction.yml:
--------------------------------------------------------------------------------
1 | # Configuration for https://probot.github.io/apps/reaction/
2 |
3 | # Issues and pull requests with these labels accept reaction comments.
4 | exemptLabels: []
5 |
6 | # Replace matching comments with this message.
7 | reactionComment: >
8 | Hello @{comment-author}! Please use a [reaction](https://git.io/vhzhC) instead of a comment. This will help us prioritize the topics.
9 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Wrocław TypeScript Code of Conduct
2 |
3 | All attendees, speakers, sponsors and volunteers at our events are required to agree with the following code of conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to help ensure a safe environment for everybody.
4 |
5 | ## The Quick Version
6 | Our community is dedicated to providing a harassment-free learning experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of event participants in any form. Sexual language and imagery is not appropriate for any event venue, including talks, workshops, parties, Twitter and other online media. Event participants violating these rules may be sanctioned or expelled from the event without a refund at the discretion of the event organisers.
7 |
8 | ## The Less Quick Version
9 | Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion, technology choices, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
10 |
11 | Participants asked to stop any harassing behavior are expected to comply immediately.
12 |
13 | Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualised images, activities, or other material.
14 | Booth staff (including volunteers) should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.
15 |
16 | If a participant engages in harassing behavior, the organisers may take any action they deem appropriate, including warning the offender or expulsion from the event.
17 |
18 | If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact an event organiser immediately.
19 |
20 | Event organisers will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the event.
21 | We value your attendance.
22 |
23 | We expect participants to follow these rules at meetup and workshop venues and Wrocław TypeScript community related social events.
24 |
25 | ## Attributions
26 |
27 | Code of Conduct is derived from https://confcodeofconduct.com/ and licensed under a [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
28 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Talk proposals
2 |
3 | Do you have something to share with the community? [Tell us about it!](https://github.com/WrocTypeScript/talks/issues/new/choose)
4 |
5 | ## FAQ
6 |
7 |
8 |
9 | - [Talk proposals](#talk-proposals)
10 | - [FAQ](#faq)
11 | - [Can I give a remote talk?](#can-i-give-a-remote-talk)
12 | - [How can I submit my talk?](#how-can-i-submit-my-talk)
13 | - [I have an idea for a talk, but I don't want to be the speaker.](#i-have-an-idea-for-a-talk-but-i-dont-want-to-be-the-speaker)
14 | - [I want to speak, but I don't have a topic.](#i-want-to-speak-but-i-dont-have-a-topic)
15 | - [My talk has been accepted. Now what?](#my-talk-has-been-accepted-now-what)
16 | - [What software should I use to create my presentation?](#what-software-should-i-use-to-create-my-presentation)
17 | - [It's today!](#its-today)
18 | - [Where is it the event hosted?](#where-is-it-the-event-hosted)
19 | - [Do I need to bring my own computer?](#do-i-need-to-bring-my-own-computer)
20 | - [When should I be at your place?](#when-should-i-be-at-your-place)
21 | - [Can I visit your place and prepare myself before the event?](#can-i-visit-your-place-and-prepare-myself-before-the-event)
22 | - [Is your place accessible for people with movement disabilities?](#is-your-place-accessible-for-people-with-movement-disabilities)
23 | - [I was supposed to give a presentation, but I cannot make it.](#i-was-supposed-to-give-a-presentation-but-i-cannot-make-it)
24 | - [Miscellaneous](#miscellaneous)
25 | - [What language should I use for my presentation?](#what-language-should-i-use-for-my-presentation)
26 | - [Can I get paid for speaking?](#can-i-get-paid-for-speaking)
27 | - [Are you recording the events?](#are-you-recording-the-events)
28 | - [How long do your events take?](#how-long-do-your-events-take)
29 | - [Is there going to be food?](#is-there-going-to-be-food)
30 |
31 |
32 |
33 | ### Can I give a remote talk?
34 |
35 | Yes! We can make that happen.
36 |
37 | ### How can I submit my talk?
38 |
39 | Please [open an issue](https://github.com/WrocTypeScript/talks/issues/new/choose) and follow the template.
40 |
41 | ### I have an idea for a talk, but I don't want to be the speaker.
42 |
43 | That's perfectly fine! We want to hear about it. You can
44 | [open an issue](https://github.com/WrocTypeScript/talks/issues/new/choose)
45 | or [contact us directly](mailto:hello@typescript.community?subject=Idea%20for%20a%20talk).
46 |
47 | ### I want to speak, but I don't have a topic.
48 |
49 | Check out the [topics requested by the community](https://github.com/WrocTypeScript/talks/labels/Up%20for%20grabs).
50 |
51 | ### My talk has been accepted. Now what?
52 |
53 | #### What software should I use to create my presentation?
54 |
55 | Whatever you like — as long as it get the job done, we are fine with it.
56 |
57 | ### It's today!
58 |
59 | #### Where is it the event hosted?
60 |
61 | Meetups are hosted in Barbara, right at the heart of Wrocław.
62 |
63 | Barbara
64 | Świdnicka 8B
65 | 50-067 Wrocław
66 | 51.10782 N 17.032889 E
67 |
68 | [See on Google Maps](https://goo.gl/maps/h4XqNuX5Tw45WXmk9)
69 |
70 | #### Do I need to bring my own computer?
71 |
72 | Please do. In case you cannot, please tell us in advance so we can prepare one for you, and send us
73 | everything you need (slides, code) before the event takes place.
74 |
75 | #### When should I be at your place?
76 |
77 | If you can, please come 15 minutes before the event so we can make sure everything works as
78 | expected.
79 |
80 | #### Can I visit your place and prepare myself before the event?
81 |
82 | Of course! Just let us know what time suits you.
83 |
84 | #### Is your place accessible for people with movement disabilities?
85 |
86 | It is! We will provide whatever assistance you need.
87 |
88 | #### I was supposed to give a presentation, but I cannot make it.
89 |
90 | We understand. Please let us know in advance so we can make proper adjustments.
91 |
92 | ### Miscellaneous
93 |
94 | #### What language should I use for my presentation?
95 |
96 | To accommodate our international guests, we decided English will be our working language.
97 |
98 | #### Can I get paid for speaking?
99 |
100 | We are a non-commercial organization built by volunteers. Although it may change in the future, our
101 | activity is exclusively _pro bono_ now.
102 |
103 | #### Are you recording the events?
104 |
105 | It dependes on the speaker. If the speaker does not mind, we may record the talk and put it on [our YouTube channel](https://www.youtube.com/channel/UC92_BcNwy2Y7u3yaM5N8SLg).
106 |
107 | #### How long do your events take?
108 |
109 | Around two hours. There will be a networking party afterwards.
110 |
111 | #### Is there going to be food?
112 |
113 | You can expect snacks and beer (including alcohol-free). If you have a food allergy, please let us
114 | know in advance.
115 |
--------------------------------------------------------------------------------