From c9b354e15f2653e58303c6689043ce50fb86355e Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 11 Jun 2021 09:37:37 -0700
Subject: [PATCH] Add pull request template.

---
 .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..2716efbac
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,19 @@
+---
+name: Pull request
+about: Improve pandoc's code
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Before you continue, please make sure that you have
+
+- [ ] read the [contributing guidelines](https://github.com/jgm/pandoc/CONTRIBUTING.md)
+- [ ] searched [the issue tracker](https://github.com/jgm/pandoc/issues) for similar issues (the closed issues too).
+
+**What issue does this pull request address?**
+Fixes #0000 <!-- remove if not applicable -->
+
+**Describe the changes.**
+