aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 15:24:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 15:24:07 -0700
commitf6f813a72992ba256016232386d286fd2c0d9787 (patch)
tree826dcdfc2d5c3158be8b7a2a5adc791d626ed8b6 /.github/PULL_REQUEST_TEMPLATE.md
parentd368c5995985ae38bd514ee21d8ca71f147dda4b (diff)
downloadgit-remote-gcrypt-f6f813a72992ba256016232386d286fd2c0d9787.tar.gz
add a github pull request template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md13
1 files changed, 13 insertions, 0 deletions
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
+ <spwhitton@spwhitton.name> asking me to merge your branch, possibly
+ using git-request-pull(1)
+
+- prepare patches with git-format-patch(1), and send them to
+ <spwhitton@spwhitton.name>, possibly using git-send-email(1)