aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-02-22 18:34:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-02-22 18:34:59 -0700
commit14aad751e39f43391ae3392efb74bab49c062c01 (patch)
tree970d478260f511a4119c4826815cf1bb03c4d6b0 /.github/PULL_REQUEST_TEMPLATE.md
parentc276fd22ec80c27ff34c1de3c2984a75640fa934 (diff)
parent93aee21a812bdb72dd408403108e4502384901fa (diff)
downloadpandoc-citeproc-preamble-14aad751e39f43391ae3392efb74bab49c062c01.tar.gz
Merge tag '1.2.4' into experimental
release 1.2.4 # gpg: Signature made Fri 22 Feb 2019 06:32:52 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
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)