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 intag_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.