Add support for Github's new TEMPLATE features
commit2494a4010634e4ec004dd227743d85e5b8d0f800
authorEugene E. Kashpureff Jr <eugene@kashpureff.org>
Thu, 18 Feb 2016 01:08:35 +0000 (18 01:08 +0000)
committerSitaram Chamarty <sitaram@atc.tcs.com>
Thu, 18 Feb 2016 09:33:10 +0000 (18 15:03 +0530)
tree83fe2cba3f36a669a3120c25a160ba6e1d59f75e
parent731d5521bb9d5294cf75aa6b8e4e18b135a49f3f
Add support for Github's new TEMPLATE features

Github recently added support for TEMPLATEs for certain Github-specific
activities, including creating Issues and Pull Requests. This patch
creates these files as symlinks to the CONTRIBUTING document, which
explains the process that should be used.

Signed-off-by: Eugene E. Kashpureff Jr <eugene@kashpureff.org>
Committer's note: I still refuse to use pull requests that *require me to go
to the website and do stuff there*.  But it seems it's easy enough if the
requestor gives you a number.  In this case, it was

    git fetch github refs/pull/78/head
    git merge FETCH_HEAD
ISSUE_TEMPLATE [new symlink]
PULL_REQUEST_TEMPLATE [new symlink]