CONTRIBUTING.md: point to external docs on GitHub
authorW. Trevor King <wking@tremily.us>
Sat, 8 Dec 2012 15:32:48 +0000 (10:32 -0500)
committerW. Trevor King <wking@tremily.us>
Sat, 8 Dec 2012 15:32:48 +0000 (10:32 -0500)
commitab46ed1298f959e0d18753d7ec55ed9c13d696ad
treed8ae2923b2b28d35cd46e94af6f8e958908a4af3
parent200aa1812bf3cc219ca0490102d8b577e4033c71
CONTRIBUTING.md: point to external docs on GitHub

This translates CONTRIBUTING (from the `contributing` branch) into
Markdown using a GitHub URL for the link.  Merging this into your
project will set it up to use GitHub's CONTRIBUTING infrastructure,
and will be used to notify users creating issues and pull requests
[1].

GitHub's blob URL syntax is [2]:

  https://github.com/<user>/<project>/blob/<commit-SHA-1>/Path/To/File

Like CONTRIBUTING, CONTRIBUTING.md is also released under the CC0
Universal license (see the `license` branch for full text).

[1]: https://github.com/blog/1184-contributing-guidelines
[2]: https://help.github.com/articles/how-do-i-get-a-permanent-link-from-file-view-to-permanent-blob-url

Signed-off-by: W. Trevor King <wking@tremily.us>
CONTRIBUTING.md [moved from CONTRIBUTING with 51% similarity]