git: e8e5f93a24 - main - Fix typo: s|descripton|description|
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jul 2023 10:31:53 UTC
The branch main has been updated by loader: URL: https://cgit.FreeBSD.org/doc/commit/?id=e8e5f93a24b071ce94d29482f611ee0a50795f45 commit e8e5f93a24b071ce94d29482f611ee0a50795f45 Author: Fukang Chen <loader@FreeBSD.org> AuthorDate: 2023-07-10 10:30:02 +0000 Commit: Fukang Chen <loader@FreeBSD.org> CommitDate: 2023-07-10 10:31:12 +0000 Fix typo: s|descripton|description| --- documentation/content/en/books/porters-handbook/upgrading/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc index 2654a3ed73..b593e4b196 100644 --- a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc +++ b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc @@ -92,7 +92,7 @@ FreeBSD has over 4000 ports without maintainers, and this is an area where more (For a detailed description of the responsibilities of maintainers, refer to the section in the extref:{developers-handbook}[Developer's Handbook, POLICIES-MAINTAINER].) To submit the diff, use the https://bugs.freebsd.org/submit/[bug submit form] (product `Ports & Packages`, component `Individual Port(s)`). -Always include the category with the port name, followed by colon, and brief descripton of the issue. +Always include the category with the port name, followed by colon, and brief description of the issue. Examples: `_category/portname_: _add FOO option_`; `_category/portname_: _Update to X.Y_`. Please mention any added or deleted files in the message, as they have to be explicitly specified to man:git[1] when doing a commit. Do not compress or encode the diff.