Date: Mon, 10 Apr 2023 13:09:43 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 1350d809a1 - main - Porters handbook - Quick porting: Fix typo, avoid repetition Message-ID: <202304101309.33AD9h3i014218@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=1350d809a151144330b2ed734a17e9a15ea3a1aa commit 1350d809a151144330b2ed734a17e9a15ea3a1aa Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-04-10 13:08:49 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> 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. ====
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304101309.33AD9h3i014218>