👏🏻 praise: With thanks to @pauloportella for the original Gist 🙏🏻
Make it easy to create Conventional Comments in GitHub by using saved replies'.
- Go to https://github.com/settings/replies
- Open Developer Tools (normally F12 or Ctrl/Cmd + Shift + I)
👏🏻 praise: With thanks to @pauloportella for the original Gist 🙏🏻
Make it easy to create Conventional Comments in GitHub by using saved replies'.
View presentation here: http://bl.ocks.org/robcthegeek/raw/7d49beb1d7db07c2b74c/
using System; | |
using System.Globalization; | |
using System.Linq; | |
using System.Linq.Expressions; | |
using System.Text; | |
using System.Web.Mvc; | |
namespace Extensions | |
{ | |
public static class HtmlHelperExtensions |