From: Sean Whitton Date: Sun, 19 Feb 2017 22:24:07 +0000 (-0700) Subject: add a github pull request template X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=f6f813a72992ba256016232386d286fd2c0d9787;p=gamesguru%2Fgit-remote-gcrypt.git add a github pull request template --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..32cf2b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +Thank you for your interest in contributing to this project! + +Please **do not** submit a pull request on GitHub. This repository is +an automated mirror, and I don't develop using GitHub's platform. + +Instead, either + +- publish a branch somewhere (a GitHub fork is fine), and e-mail + asking me to merge your branch, possibly + using git-request-pull(1) + +- prepare patches with git-format-patch(1), and send them to + , possibly using git-send-email(1)