SMO Wiki

A pretty snapshot of the Wiki brought to you by the Social Media Observatory at HBI

Github Project Workflow

A little step by step guide

  1. Start your day, don’t forget to have a good breakfast!
  2. Have a look at all issues assigned to you.
    1. If no issues are present, have a look around in your projects if any issues look interesting to you.
  3. Prioritise (e.g. by date and importance), what you’ll be working on today. If unsure, ask in our Keybase chats.
  4. Ask in the issue thread or on Keybase for clarifications and missing resources.
  5. Work on the task. If it’s code-related, work on a git branch that contains the issue title and number in its name. Use useful commit messages and don’t forget to document setup instructions and comment your code so that a reviewer can understand what you have done.
  6. When finished, or if you need feedback, post your results in the issue thread or in Keybase and ask for feedback. Assign the issue to the people who should give feedback or request their review via the respective Github function.
  7. If feedback “More work needed –> step 4
  8. If feedback “ready for final review” –> Make a pull request and/or ask for a final review.
  9. If reviewer asks for more work –> step 4
  10. If reviewer is satisfied and has not closed the issue, close the issue (if applicable with a reference to the finished work).

Bonus: Create issues for problems you encounter on the way but cannot solve right now.

Further recommendations