Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[legacy-framework] Update contributing.md with weekly call info #321

Merged
merged 6 commits into from Apr 29, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 26 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -20,13 +20,35 @@ The Blitz codebase is like a community garden. There's a lot of beautiful plants

### First Things First

1. Familiarize yourself with the [Blitz Code of Conduct](https://github.com/blitz-js/blitz/blob/canary/CODE_OF_CONDUCT.md)
2. Join the [Blitz Slack Community](https://slack.blitzjs.com)
3. Install the [Zenhub browser extension](https://www.zenhub.com/extension)
4. View open issues and their progress [on the Zenhub repo tab](https://github.com/blitz-js/blitz#zenhub)
1. New to open source? take a look at [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
2. Familiarize yourself with the [Blitz Code of Conduct](https://github.com/blitz-js/blitz/blob/canary/CODE_OF_CONDUCT.md)
3. Join the [Blitz Slack Community](https://slack.blitzjs.com)
4. Install the [Zenhub browser extension](https://www.zenhub.com/extension)
5. View open issues and their progress [on the Zenhub repo tab](https://github.com/blitz-js/blitz#zenhub)
kandros marked this conversation as resolved.
Show resolved Hide resolved

<br>

### Weekly Contributors video call

Every week Blitz contributors meet in a video call to discuss progress and ideas.

While the contributor video call is mainly for those contributing or want to start contributing. However anyone is welcome to join and listen!
kandros marked this conversation as resolved.
Show resolved Hide resolved

#### The timezone

We are literally all over the globe, so the weekly contributors call alternates timezones every other week to accomodate different regions

- 9am UTC. Staring May 6 and every other week after that
- 1am UTC. starting May 12 and every other week after that
kandros marked this conversation as resolved.
Show resolved Hide resolved

#### How to join

Zoom link will be posted in slack `#-announcements` channel before the call

#### Recording

Recordings of previous calls can be found [here](https://www.youtube.com/playlist?list=PLvm6NqxNNnBLFxZux5OHraTAcIBJz2FvR)

### What to Work On?

Issues with the label [`status/ready-to-work-on`](https://github.com/blitz-js/blitz/labels/status%2Fready-to-work-on) are the best place to start. If you find one that looks interesting and no one else is already working on it, comment in the issue that you are going to work on it. Please ask as many questions as you need, either directly in the issue or in Slack. We're happy to help!
Expand Down