File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!--
22Before submitting a pull request:
3- * Please run linter and tests locally: "tox"
3+ * Run linter and tests locally: Use "tox"
44 * Ensure your commits are signed-off-by: Use "commit --signoff"
5+ * Make sure new code has tests and is documented
56 * For more info, see docs/CONTRIBUTING.rst
67
78Once commits are signed off and tested, describe the purpose and contents
@@ -15,10 +16,3 @@ of the pull request below.
1516
1617Fixes #<ISSUE NUMBER >
1718
18-
19- <!-- Please check relevant options (you can remove the ones that do not apply) -->
20- - [ ] The code follows the [ Code Style Guidelines] ( https://github.com/secure-systems-lab/code-style-guidelines#code-style-guidelines )
21- - [ ] Tests have been added for the bug fix or new feature
22- - [ ] Docs have been added for the bug fix or new feature
23-
24-
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Auto-formatting
7272---------------
7373
7474The linter in CI/CD will check that new TUF code is formatted with
75- `ruff<https://docs.astral.sh/ruff/> `__ . Auto-formatting can be done on the
75+ `ruff <https://docs.astral.sh/ruff/ >`_ . Auto-formatting can be done on the
7676command line:
7777::
7878
You can’t perform that action at this time.
0 commit comments