1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-02-22 21:03:05 +01:00
github-cheat-sheet/CONTRIBUTING.md
2015-01-18 23:01:31 +00:00

892 B

Contributing

  1. Fork the repository.
  2. Add your section - make sure you follow the styling guide below.
  3. Commit changes.
  4. Push your commit.
  5. Create a Pull Request.

Styling

  • Use ### headers for your sections.
  • Also use ### for categories (these should group together relevant sections) and #### for subcategories.
  • Add a link to your section/category to the contents section (use relative links).
  • Make sure to include examples wherever possible (preferably GIFs).
  • For command-line examples, wrap your commands in a bash code block.
  • At the end of your section, add a Read more about... link. This should directly link to Git's, GitHub's, or the relevant documentation.
  • If your contribution is a translation, add a (relative) link to the README above the Table of Contents.