mirror of
https://github.com/certbot/certbot.git
synced 2026-01-27 19:42:53 +03:00
* Update pull_request_template.md * Remove line breaks Github seems to be keeping the line breaks rather than ignoring them, making it be formatted weirdly, so remove them.
473 B
473 B
Pull Request Checklist
- If the change being made is to a distributed component, edit the
mastersection ofcertbot/CHANGELOG.mdto include a description of the change being made. - Add mypy type annotations for any functions that were added or modified.
- Include your name in
AUTHORS.mdif you like.