Add pull request template.

This commit is contained in:
John MacFarlane 2021-06-11 09:37:37 -07:00
parent 6d471a4a28
commit c9b354e15f

19
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -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.**