[ 00 :: contribute ]

Contribute

$ contribute --to=sree-glug

Why contribute?

SREE GLUG is a community, and a community runs on contributions. You don't need to be an expert. You need to be willing to share what you know and learn what you don't.

Ways to contribute

  • Write for the blog — a post about something you learned.
  • Organise an event — a talk, a workshop, an install fest.
  • Maintain a project — your code can live in the project directory.
  • Add resources — tutorials, cheat sheets, book links.
  • Help newcomers — answer questions at events and on the community channels.
  • Improve this website — it's Free Software too.

Contributing to the website

This website is Free Software. The source lives in a public repository and everyone is welcome to improve it:

contributor@sreeglug: ~/web
$ git clone <repository-url> sree-glug $ cd sree-glug $ git checkout -b fix/<something> $ # make changes $ git commit -m "fix: do the thing" $ git push origin fix/<something> $ # open a merge request / pull request

Reports and ideas are contributions too — file an issue when something is broken or missing.