Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 346 Bytes

HotTips

Visual Studio extension that provides Tip of the Day

How to contribute new tips:

Rough steps:

  • fork the repo
  • add tip in markdown file to Tips folder
  • add tip entry to appropriate groups json. Create new json if new group.
  • update EmbeddedTipProvider.cs if creating a new group
  • submit PR from your form into the justcla master