Rename GitHub templates to md. They are Markdown.

This commit is contained in:
Hsiaoming Yang 2017-12-02 17:09:28 +09:00 committed by Adrian
parent d6df70de80
commit 9520fbdcb2
2 changed files with 0 additions and 0 deletions

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

@ -0,0 +1,16 @@
Describe what this patch does to fix the issue.
Link to any relevant issues or pull requests.
<!--
Commit checklist:
* add tests that fail without the patch
* ensure all tests pass with ``pytest``
* add documentation to the relevant docstrings or pages
* add ``versionadded`` or ``versionchanged`` directives to relevant docstrings
* add a changelog entry if this patch changes code
Tests, coverage, and docs will be run automatically when you submit the pull
request, but running them yourself can save time.
-->