[issue33488] github pull request template does not satisfy markdownlint

2018-05-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset f1ee4a2e52d98698ec2c0a0e8acb6cd3bbc9bf1f by Benjamin Peterson in branch '3.7': [3.7] bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) https://github.com/python/cpython/commit/f1ee4a2e52d98698ec2c0a0e8acb6cd3bbc9bf1f -

[issue33488] github pull request template does not satisfy markdownlint

2018-05-13 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +6474 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33488] github pull request template does not satisfy markdownlint

2018-05-13 Thread Benjamin Peterson
Change by Benjamin Peterson : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33488] github pull request template does not satisfy markdownlint

2018-05-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 5cd22cf2097a6dd20cf97858d54564a3be87 by Benjamin Peterson (Eitan Adler) in branch 'master': bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) https://github.com/python/cpython/commit/5cd22cf2097a6dd20cf97858d5456

[issue33488] github pull request template does not satisfy markdownlint

2018-05-13 Thread Eitan Adler
Change by Eitan Adler : -- keywords: +patch pull_requests: +6473 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue33488] github pull request template does not satisfy markdownlint

2018-05-13 Thread Eitan Adler
New submission from Eitan Adler : markdownlint is, as the name implies, a tool for linting markdown files. The current template has the following lint warnings: ``` ./.github/PULL_REQUEST_TEMPLATE.md:8: MD031 Fenced code blocks should be surrounded by blank lines ./.github/PULL_REQUEST_TEMPLAT