mirror of
https://github.com/certbot/certbot.git
synced 2026-02-03 20:40:36 -05:00
blast from the past! resurrects https://github.com/certbot/certbot/pull/9803 with all of @bmw's changes. i figured instead of force-pushing a basically brand new branch and obliterating the old review, i'd just start from a clean slate fixes #8272 --------- Co-authored-by: Brad Warren <bmw@users.noreply.github.com> Co-authored-by: Brad Warren <bmw@eff.org>
885 B
885 B
Pull Request Checklist
- The Certbot team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them.
- If the change being made is to a distributed component, add a description of your change to the
newsfragmentsdirectory. This should be a file called<title>.<type>, where<title>is either a GitHub issue number or some other unique name starting with+, and<type>is eitherchanged,fixed, oradded.- For example, if you fixed a bug for issue number 42, create a file called
42.fixedand put a description of your change in that file.
- For example, if you fixed a bug for issue number 42, create a file called
- Add or update any documentation as needed to support the changes in this PR.
- Include your name in
AUTHORS.mdif you like.