Discussion:
git: 19ea7bbe35 - main - committers-guide: Correct some paths for consistency
Guangyuan Yang
2021-05-17 03:04:23 UTC
Permalink
The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/doc/commit/?id=19ea7bbe3564ac8be2a8b5b6c4fc5300497cb161

commit 19ea7bbe3564ac8be2a8b5b6c4fc5300497cb161
Author: Guangyuan Yang <***@FreeBSD.org>
AuthorDate: 2021-05-17 03:03:37 +0000
Commit: Guangyuan Yang <***@FreeBSD.org>
CommitDate: 2021-05-17 03:03:37 +0000

committers-guide: Correct some paths for consistency
---
documentation/content/en/articles/committers-guide/_index.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 26329f5f4b..54cf8bc241 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -2243,12 +2243,12 @@ Those who have been given commit rights to the FreeBSD repositories must follow
[.filename]#doc/documentation/content/en/articles/contributors/contrib-additional.adoc# - _Remove_ the entry. Entries are sorted by first name.
. Add a News Item
+
-[.filename]#website/data/en/news/news.toml# - Add an entry. Look for the other entries that announce new committers and follow the format. Use the date from the commit bit approval email from mailto:***@FreeBSD.org[***@FreeBSD.org].
+[.filename]#doc/website/data/en/news/news.toml# - Add an entry. Look for the other entries that announce new committers and follow the format. Use the date from the commit bit approval email from mailto:***@FreeBSD.org[***@FreeBSD.org].
. Add a PGP Key
+
-`{des}` has written a shell script ([.filename]#documentation/tools/addkey.sh#) to make this easier. See the https://cgit.freebsd.org/doc/plain/documentation/static/pgpkeys/README[README] file for more information.
+`{des}` has written a shell script ([.filename]#doc/documentation/tools/addkey.sh#) to make this easier. See the https://cgit.freebsd.org/doc/plain/documentation/static/pgpkeys/README[README] file for more information.
+
-Use [.filename]#documentation/tools/checkkey.sh# to verify that keys meet minimal best-practices standards.
+Use [.filename]#doc/documentation/tools/checkkey.sh# to verify that keys meet minimal best-practices standards.
+
After adding and checking a key, add both updated files to source control and then commit them. Entries in this file are sorted by last name.
+
@@ -2258,7 +2258,7 @@ It is very important to have a current PGP/GnuPG key in the repository. The key
======
. Update Mentor and Mentee Information
+
-[.filename]#base/head/share/misc/committers-repository.dot# - Add an entry to the current committers section, where _repository_ is `doc`, `ports`, or `src`, depending on the commit privileges granted.
+[.filename]#src/share/misc/committers-<repository>.dot# - Add an entry to the current committers section, where _repository_ is `doc`, `ports`, or `src`, depending on the commit privileges granted.
+
Add an entry for each additional mentor/mentee relationship in the bottom section.
. Generate a Kerberos Password

Loading...