diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-16 20:10:22 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-16 20:10:22 +0000 |
commit | f3d9d3255fa60edfdc2a5c879360465ef7cf515c (patch) | |
tree | 59fa0f67fb5ede085718efd17d0d62374894d6ae /documentation/content/en/articles/committers-guide | |
parent | 687e479a9e02d88b39e69cb8747c79127af430bb (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 898fa7e307..04fbc8c6cc 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3400,7 +3400,7 @@ Don't forget to <<port-commit-message-formats,setup git hooks for the ports tree Check the port, preferably to make sure it compiles and packages correctly. The extref:{porters-handbook}testing[Porters Handbook's Testing Chapter] contains more detailed instructions. -See the extref:{porters-handbook}testing[Portclippy / Portfmt, testing-portclippy] and the extref:{porters-handbook}testing[Poudriere, testing-poudriere] sections. +See the extref:{porters-handbook}testing[Portclippy / Portfmt, testing-portclippy] and the extref:{porters-handbook}testing[poudriere, testing-poudriere] sections. You do not necessarily have to eliminate all warnings but make sure you have fixed the simple ones. @@ -3411,7 +3411,7 @@ To close a PR, change the state to `Issue Resolved` and the resolution as `Fixed [NOTE] ==== -If for some reason using extref:{porters-handbook}testing[Poudriere, testing-poudriere] to test the new port is not possible, the bare minimum of testing includes this sequence: +If for some reason using extref:{porters-handbook}testing[poudriere, testing-poudriere] to test the new port is not possible, the bare minimum of testing includes this sequence: [source,shell] .... |