aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-12-04 16:36:43 +0000
committerWarner Losh <imp@FreeBSD.org>2025-06-25 15:31:26 +0000
commit7872626fddda5bd3c8406fcf2ac7e92d30605619 (patch)
tree3740abd91dd1821c856be0a2ac37ce1a6f9973c0 /documentation/content/en/articles
parent80394bc1a9845c318671c3e7ea322ddb0f3bc390 (diff)
Diffstat (limited to 'documentation/content/en/articles')
-rw-r--r--documentation/content/en/articles/committers-guide/_index.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index bd16cc3585..90db1ecdf2 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -1877,6 +1877,14 @@ Once you're done, `git commit` and you'll have the remainder in your tree.
You can run it multiple times as well, and even over multiple files (though I find it easier to do one file at a time
and use the `git rebase -i` to fold the related commits together).
+===== Joining the FreeBSD GitHub oranization.
+
+**Q:** How do I join the FreeBSD GitHub organization?
+
+**A:** Please see https://wiki.freebsd.org/GitHub#Joining_the_Organisation[our GitHub Wiki Info] page for details.
+Briefly, all FreeBSD committers may join.
+Those who are not committers who request joining will be considered on a case by case basis.
+
==== Cloning and Mirroring
**Q:** I'd like to mirror the entire Git repository, how do I do that?