Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 647 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 647 Bytes

Contribution Guidelines

How you can help

  • Submit pull requests with new snips or existing snip in other langauge or any updates (descriptions, typos, code improvements).
  • Open issues for things you want to see added, 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.
  • Change the name of the newly created file to the name of your snippet.
  • Edit the file, adding your code snip based on the guidelines.
  • Make code snip easily able copy (Do Not add extra code or comments in your main code)