Add gh shortcode to docs site
authorCameron Moore <moorereason@gmail.com>
Wed, 25 Nov 2015 15:01:22 +0000 (09:01 -0600)
committerAnthony Fok <foka@debian.org>
Wed, 2 Dec 2015 19:18:04 +0000 (12:18 -0700)
commit6812229bb8c09675b86b26c0338a3dc5cc5498b1
tree8b0d899d2f317428f5f79e696556cd8d15756c95
parentd48781badf4bf26bffe116365daf653b5eaa5935
Add gh shortcode to docs site

The `gh` shortcode has two modes: users and issues.  For user mode, pass a list
of `@username` arguments.  For the issues/PR mode, pass a list of issue or PR
numbers.  PRs link to the "issues/" URL since Github redirects to the correct
URL.

Thanks to @ryanclarke for suggesting an improved template.
docs/content/meta/release-notes.md
docs/layouts/shortcodes/gh.html [new file with mode: 0644]