Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pull_request_template.md - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 227dda49c4c1c8f3f6ba1b31dcf5ed3feb617efc (plain)
1
2
3
4
5
## Pull Request Checklist

- [ ] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), edit the `master` section of `certbot/CHANGELOG.md` to include a description of the change being made.
- [ ] Add [mypy type annotations](https://certbot.eff.org/docs/contributing.html#mypy-type-annotations) for any functions that were added or modified.
- [ ] Include your name in `AUTHORS.md` if you like.