Skip to content

Latest commit

History

History
14 lines (11 loc) 路 1.17 KB

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) 路 1.17 KB

Contribution Guidelines 30 Seconds of C is a community effort, so feel free to contribute in any way you can. Every contribution helps!

Here's what you can do to help:

  • Submit pull requests with snippets and tests that you have created (see below for guidelines).
  • Open issues for things you want to see added or modified.
  • Be part of the discussion by helping out with existing issues or talking on our gitter channel.
  • Fix typos in existing snippets, improve snippet descriptions and explanations or provide better examples.
  • Write tests for existing snippets (see below for guidelines).
  • Tag uncategorized snippets by running npm run tagger and adding the appropriate tags next to the script name in tag_database (see below).

Coming soon: As soon as I can stop procrastinating and finish writing these scripts

  • Tagger Script: a script that updates the tag_databse file and logs stats for snippet tags.