git: 1350d809a1 - main - Porters handbook - Quick porting: Fix typo, avoid repetition
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=1350d809a151144330b2ed734a17e9a15ea3a1aa commit 1350d809a151144330b2ed734a17e9a15ea3a1aa Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2023-04-10 13:08:49 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-04-10 13:08:49 +0000 Porters handbook - Quick porting: Fix typo, avoid repetition PR: 262729 Reported by: grahamperrin@ --- .../content/en/books/porters-handbook/quick-porting/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc index fbf219e389..16f803a34c 100644 --- a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc @@ -295,7 +295,7 @@ Add a short description of the program to the Description field of the PR (perha [NOTE] ==== Giving a good description in the summary of the problem report makes the work of port committers and triagers a lot easier. -The expected format for new ports is "[NEW PORT] _category/portname short description of the port_" for new ports. +The expected format for new ports is "[NEW PORT] _category/portname short description of the port_". Using this scheme makes it easier and faster to begin the work of committing the new port. ====