diff options
author | Eugene E. Kashpureff Jr <eugene@kashpureff.org> | 2016-02-18 01:08:35 +0000 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2016-02-18 15:03:10 +0530 |
commit | 2494a4010634e4ec004dd227743d85e5b8d0f800 (patch) | |
tree | 83fe2cba3f36a669a3120c25a160ba6e1d59f75e /ISSUE_TEMPLATE | |
parent | ban repo name ending in ".git" (diff) | |
download | gitolite-gentoo-2494a4010634e4ec004dd227743d85e5b8d0f800.tar.gz gitolite-gentoo-2494a4010634e4ec004dd227743d85e5b8d0f800.tar.bz2 gitolite-gentoo-2494a4010634e4ec004dd227743d85e5b8d0f800.zip |
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
Diffstat (limited to 'ISSUE_TEMPLATE')
l--------- | ISSUE_TEMPLATE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 120000 index 0000000..73dfc33 --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1 @@ +CONTRIBUTING
\ No newline at end of file |