Skip to content

Commit f82e0bb

Browse files
committed
docs: Incorporate review suggestions
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 143a69b commit f82e0bb

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!--
22
Before 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
78
Once commits are signed off and tested, describe the purpose and contents
@@ -15,10 +16,3 @@ of the pull request below.
1516

1617
Fixes #<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-

docs/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Auto-formatting
7272
---------------
7373

7474
The 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
7676
command line:
7777
::
7878

0 commit comments

Comments
 (0)