Thanks so much for thinking of contributing to the Human Connection project, we really appreciate it! :-)
Instructions for how to install all the necessary software can be found in our documentation.
We recommend that new folks should ideally work together with an existing developer. Please join our discord instance to chat with developers or just ask them in tickets in Zenhub:
Here are some general notes on our development flow:
- Currently operating in two week sprints
- We are using ZenHub to coordinate
- estimating time per issue is the crucial feature of Zenhub that Github does not have
- "up-for-grabs" links to Github project
- ordering on ZenHub not necessarily reflected on github projects
- AgileVentures run open pairing sessions at 10:30am UTC each week on Tuesdays and Thursdays
- Core team
- all the people who are hired by HC non-profit corporation
- you can Meet-the-team every two weeks in German and every month in English.
- 9 people
- 2 core developers (Robert @roschaefer and Greg @appinteractive)
- 3 marketeers Jasi, Dennis and Sensi
- Hardy doing business development
- Martin head of IT and previously data protection officer
- Victor doing accounting and controlling
- Nicolas is the community manager (reviews content in the network) reflects community opinion back to the core team
- when can folks pair with Robert
- 10am UTC until 5pm UTC every working day
We practise collective code ownership rather than strong code ownership, which means that:
- anyone can start working on anyone elses code
- we avoid blocking because someone else isn't working on something
- however it's sometimes good to leave something in order to create successful education experience
- everyone should always push their code to branches so others can see it
Everyone feel free to request merges or answers to issues from the project managers
But what do we do when waiting for merge into master (wanting to keep PRs small) --> Robert recommends creating a pull request for each step
- programming is also about thinking about other people - empathy for your co-workers
- but what about when you are waiting for merge?
- solutions
- 1) put 2nd PR into branch that the first PR is hitting - but requires update after merging
- 2) prefer to leave existing PR until it can be reviewed, and instead go and work on some other part of the codebase that is not impacted by the first PR
-
Github setting in place - at least one review is required to merge
- in principle anyone (who is not the PR owner) can review
- but often it will be the core developers (Robert, Wolfgang, Matt, Alina, Alex)
- once there is a review, and presuming no requested changes, PR opener can merge
-
CI/tests
- the CI needs to pass
- linting (yarn lint --fix)
- tests (unit, feature) (backend, frontend)
- codecoverage
- the CI needs to pass
question: when you want to pick a task - (find out priority) - is it in discord? is it in AV slack? --> Robert says you can always ask in discord - group channels are the best
Robert shares: Zenhub board Robert says the order of tickets are preserved in ZenHub and reflect their priority (most important at the top) and so check out the current milestones
Matt - question about who can work on ticket 100 --> Robert - in rare occasions it might be exclusive to someone with admin permissions Robert: notes greg just pushed this today: https://github.com/Human-Connection/Nitro-Deployment
Matt makes point that new stories will have to be taken off the "New Issues" and Robert says that's fine, if you don't like the first one, then you can take the next one. Volunteeers have no commitment except their own self development and their awesomeness by contributing to free and open-source software projects.
Robert notes that everyone is invited to join the kickoff meetings
Robert - difference between "important" (creates a lot of value) and "beginner friendly" (easy to implement)