aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 15:27:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 15:27:58 -0700
commit93ea6a3a707fc34a97ce94e0285e9569e01062c4 (patch)
treead2fa836597a4691f4bb4f6a199e9870ed2e6dd9
parent150f52176242ba3bc4f58179cd2dbee4d89580f4 (diff)
downloadhaskell-tab-indent-93ea6a3a707fc34a97ce94e0285e9569e01062c4.tar.gz
add a github PR template
-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)