aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:37:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:37:37 -0700
commitc9b354e15f2653e58303c6689043ce50fb86355e (patch)
tree8d0f58c3d934eed2fb5bc30d86b0cb8730167b2f /.github
parent6d471a4a2803de1831ad09ae0df55e197e026ea3 (diff)
downloadpandoc-c9b354e15f2653e58303c6689043ce50fb86355e.tar.gz
Add pull request template.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md19
1 files changed, 19 insertions, 0 deletions
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.**
+