Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 700 Bytes

Contribution Guidelines

How you can help

  • Submit pull requests with new snips or existing snip in other languages or any updates (descriptions, typos, code improvements).
  • Open issues for things you want to see added, or modified, discuss ideas, or help out with existing issues.

Snip Creation

In order to create a new snip, you should follow the steps below:

  • Create a copy of the snip template in src folder.
  • Change the name of the newly created file to the name of your snippet (Use camel casing).
  • Edit the file, adding your code snip based on the guidelines.
  • Make code snip easily able to copy (Do Not add extra code or comments in your main code)