aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md13
-rw-r--r--debian/changelog6
-rw-r--r--pandoc-citeproc-preamble.cabal2
3 files changed, 20 insertions, 1 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)
diff --git a/debian/changelog b/debian/changelog
index 4403301..124cba9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pandoc-citeproc-preamble (1.2.4) unstable; urgency=medium
+
+ * Add a GitHub pull request template.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 22 Feb 2019 18:30:12 -0700
+
pandoc-citeproc-preamble (1.2.3-1) experimental; urgency=medium
* Add override_dh_gencontrol stanza to generate a versioned dependency
diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal
index 1732210..8d4194c 100644
--- a/pandoc-citeproc-preamble.cabal
+++ b/pandoc-citeproc-preamble.cabal
@@ -1,5 +1,5 @@
name: pandoc-citeproc-preamble
-version: 1.2.3
+version: 1.2.4
synopsis: Insert a preamble before pandoc-citeproc's bibliography
description: Please see README.md
homepage: https://github.com/spwhitton/pandoc-citeproc-preamble