Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Last active August 29, 2015 14:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save weaverryan/3d8a266c78cb21b5ac69 to your computer and use it in GitHub Desktop.
Save weaverryan/3d8a266c78cb21b5ac69 to your computer and use it in GitHub Desktop.
Welcome to the Symfony Community Hack Day May 23rd, 2015

It's a Community Hack Day!

Welcome! No matter what you're level of Symfony, we have plenty of things we need help with! This document will guide you through everything:

Where are we meeting?

We're meeting on Freenode in the #symfony-docs channel. Come hang out!

What can I work on?

That's such a cool question :). We have a Google Doc:

https://docs.google.com/spreadsheets/d/1BXQjyCOnnCFD-zMrAoakq_VrNeSSGcDFCsRxHnXxJ1g/edit?usp=sharing

In this spreadsheet, you can see a big list of issues. Some are easy, others are harder or take more time. Some might be done, others are waiting for you. Check out the Level to find something

  • Easy
  • Intermediate
  • Difficult
  • Needs Conversation These have some unanswered question on the ticket that needs the community's review. Sometimes the question has nothing to do with Symfony even - we need your expertise to move this forward!

How does the process work?

If you're new to contributing, check out Contributing patches.

But don't worry, we're really nice and we'll help you out along the way. Of course, we may be working on repositories of people who aren't actually hacking with us today, but they're nice too :).

  1. Find something to work on. When you've chosen something, just put your name on the spreadsheet. Don't worry, that doesn't commit you to have to finish it - but we hope you do. You can always take your name off of it later.

Can't find something or have questions? Find WouterJ, xabbuh or weaverryan in the #symfony-dev channel.

  1. Work on it! Sometimes this means just commenting on a ticket, other times it means creating a pull request. Do whatever you feel comfortable. Every task needs its own work. As soon as you've started something, create a PR and prefix the title with [WIP]. This lets everyone comment and collaborate on it while you're working. When it's finished, just remove the prefix.

  2. Finish the work or what you can! One way or another, when you're done, add comments to your PR that you think will be helpful (or update the spreadsheet with any notes if there is no PR to comment on).

And have fun! Do what you can - we appreciate the help.

How can I take over a stalled PR?

Sometimes, pull requests are started, but the original person gets busy and can't finish it. And that's ok. As part of the spreadsheet, we've identified PR's that need a new owner. Think of it like adopting a friendly dog and giving it a new home.

Take #4257 as an example. If you wanted to adopt this PR, you would:

A) Mark that you're working on it on the spreadsheet B) Checkout the original submitter's branch, so you can build on top of their work. Use the submitter's username and the branch name at the top of the PR to know exactly what to "pull":

git checkout -b some_new_branch
git pull https://github.com/Inoryy/symfony-docs.git abstract-voter

C) Work away and get this guy finished! D) Open a brand new pull request. Inside it, comment that this replaces the original #4257 pull request. E) Add a comment on the original pull request with a link to your new one. Then, we'll be able to close it. F) Celebrate - because we <3 you - helping along stalled pull requests is one of the most important things we need!

Have questions or want to high-five online?

We'll be hanging out in the #symfony-dev channel on Freenode - find WouterJ, xabbuh or weaverryan, and we'll be happy to chat with you. Everyone else there will be nice too, cause we're all geeks together :).

@bdone
Copy link

bdone commented Sep 22, 2014

@weaverryan, when is the next community hackday? is there anything scheduled?

@weaverryan
Copy link
Author

@bdone Just saw your message - we have one this Saturday :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment