Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 849 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 849 Bytes

Want to help improve this presentation?

I love pull requests. Here's a quick guide

  1. Fork the repository
  2. Create a topic branch, do some work, push it, and create a pull request.

Things I like

  • Nice title and a complete description of what and why in the pull request body.
  • Check what is already in the repository to see how you should format things.
  • If you are contributing written text, we like the Markdown format.

Things to avoid

  • Spaces or underscores in filenames (we prefer dashes to separate words, but single word filenames are better if possible)
  • Don't commit large binary files and if you have to commit smaller ones, make sure they are not going to be updated often. For all other cases, it's better to host the file somewhere else and provide a link to it (for example presentations etc.)