mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
This pr aims to fix the issue that there are occurrences when a pr is merged, but the issues that it mentions that it fixes are not automatically closed by GitHub. According to their documentation: https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword "Fixes" is a keyword that should fix this. Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
545 B
545 B
Please fill in the fields below to submit a pull request. The more information that is provided, the better.
Fixes #
Description of the changes being introduced by the pull request:
Please verify and check that the pull request fulfills the following requirements:
- The code follows the Code Style Guidelines
- Tests have been added for the bug fix or new feature
- Docs have been added for the bug fix or new feature