From 2494a4010634e4ec004dd227743d85e5b8d0f800 Mon Sep 17 00:00:00 2001 From: "Eugene E. Kashpureff Jr" Date: Thu, 18 Feb 2016 01:08:35 +0000 Subject: [PATCH] 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 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 | 1 + PULL_REQUEST_TEMPLATE | 1 + 2 files changed, 2 insertions(+) create mode 120000 ISSUE_TEMPLATE create mode 120000 PULL_REQUEST_TEMPLATE diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 120000 index 000000000..73dfc3364 --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1 @@ +CONTRIBUTING \ No newline at end of file diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE new file mode 120000 index 000000000..73dfc3364 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE @@ -0,0 +1 @@ +CONTRIBUTING \ No newline at end of file