Skip to content

Commit b9f4e9d

Browse files
committed
Minor docs fix
1 parent 69b53c6 commit b9f4e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/guides/pull-request-walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Please be sure to follow the [Pulp policy on AI Usage](site:help/more/governance
1414

1515
1. Add `functional tests` or `unit tests` where appropriate and ensure tests
1616
are passing on the CI.
17-
2. Add a [`CHANGES entry`](site:pulpcore/docs/dev/guides/git/#markdown-header-changelog-update).
17+
2. Add a [`CHANGES entry`](site:pulpcore/docs/dev/guides/git/#changelog-update).
1818
3. Update relevent `documentation`. Please build the docs to test!
19-
4. If the PR is a simple feature or a bugfix, [`rebase and squash`](site:pulpcore/docs/dev/guides/git/#markdown-header-rebasing-and-squashing) to a single commit.
19+
4. If the PR is a simple feature or a bugfix, [`rebase and squash`](site:pulpcore/docs/dev/guides/git/#rebasing-and-squashing) to a single commit.
2020
If the PR is a complex feature, make sure that all commits are cleanly separated and have meaningful commit messages.
2121
5. Make sure you tag commits with `closes #IssueNumber` or `ref #IssueNumber` when working on a tracked issue.
2222
6. If AI was used, make sure you are following the [Pulp policy on AI Usage](site:help/more/governance/ai_policy/)

0 commit comments

Comments
 (0)