diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-04-10 13:08:49 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-04-10 13:08:49 +0000 |
| commit | 1350d809a151144330b2ed734a17e9a15ea3a1aa (patch) | |
| tree | 062e7fed23ec5d2dad066c0808eb460089728308 | |
| parent | ab02cc01081f6751db8f2e05512f4dedee8ba9da (diff) | |
| download | doc-1350d809a151144330b2ed734a17e9a15ea3a1aa.tar.gz doc-1350d809a151144330b2ed734a17e9a15ea3a1aa.zip | |
Porters handbook - Quick porting: Fix typo, avoid repetition
PR: 262729
Reported by: grahamperrin@
| -rw-r--r-- | documentation/content/en/books/porters-handbook/quick-porting/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. ==== |
