Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 648 Bytes

File metadata and controls

18 lines (16 loc) · 648 Bytes

How to contribute?

  1. Fork this Repository
  2. Check how we handle tips in the files under ./tips/
  3. If your tip is something like Remove Duplicates from array name the file as remove-duplicates-array.md
  4. Your can copy the content of TEMPLATE.md if you want, or
  5. Format should be as follow:
    ---
    title: "Title for your tip"
    language: "javascript"
    twitter: "<your twitter handle without the @>"
    createdAt: "<ADD IF YOU WANT A "new" FLAG ON YOUR TIP> format: 2020-03-24"
    ---
    
    // Your tip code goes here
    
  6. Open a PR with your tip, once we approve it will be available on the website