From nobody Mon Feb 9 07:34:25 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4f8c0209rjz6QkG7 for ; Mon, 09 Feb 2026 07:34:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4f8c016lJYz49jY for ; Mon, 09 Feb 2026 07:34:25 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770622465; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3UVcfEN+yr0tsCgsgi9kwh9pHBOwtDvHRu1JAI/bGT8=; b=PIYUL2J++4k2+FFVoTcRyo/xrMsvzbftls/KbFXnjxMA1TWc6zY9SMwS/oiZ8V0motEVaZ 3UJYZC9o37UOekqLW6okaGXoCyD5VFCaAXbSeSKSdORhTbfepIDjNfoBqpdIH5onfDvuhb eAIZlP2gXpqgbN8F4zg5Ua8LrgTUiuTErF2vFOu1wSOCbGuVxwFFarXNfF27pp1wVrvuOh onc2yEXcO3XxojQ92PPKZLALB6e+ydNPKG4+6QiDgbeH5nBgmv/6bQsEHKyKakgiqh62pa iW3QjGMkYvTo/i6ibjqtabAI/fWrvV+wpH7x/nGUSjjvvTmHBtar61ht2YZz4A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1770622465; a=rsa-sha256; cv=none; b=DhLoqY1+HmjNgzuFns3649r/AkbZYKQYbDKewaYcMkSLoOlRvG7oLdHJb0PfQvvG0MRJqC /kqx57iiwBzSGsnjWBgGdbpvLRsiC6UXt1pqY4vQYZAOwoDsdMIkya7cNalUDATR3pgzkp KGojdYLxK1IpDRnSkLb1yulLqfFXTpyrecBlC2w/1w9O7Nr8P87OGoDkBzb2MZdil7g127 T4woaAtFl8+QO+XIkW3FPexYFKPx5ZO/u4D0SAW2f9NFb/NUWiZx2PLwfSAQUUWyU+eM8O h50XXdvIAs4Iw+k12uTasNjgLWZFef+Nl7M7q2/f2mokRRZANTDJZViaPQYr8A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770622465; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3UVcfEN+yr0tsCgsgi9kwh9pHBOwtDvHRu1JAI/bGT8=; b=k0tvIanjT9kLNyADHumFe9gIext4k0hVTDcigM8lkSWwAuIXV/rBAQ7aMSX8Vs65sR6Hfz 2J3bNqFmLh49lYCSxFm8BVxtp+ZkIRVd3+LVzry2haAvINeCMVfTSOPGhwFk/kq6Jh5mgZ S0q9fiW1UdQk4Hr+jWXyamH3xHkglv4W86uqzaFYIYdDke5sry4H8wUzJiaD5zXqC7YcNf OQx7jJ8iHNQF9eo/dmGa1+D9R80b9LWrCYi/8bJGEvjse+UfF7cstQRfL5zfwWxmCa8d6o R8gawpKnOTmqMXKuVZPm4WwtEVFtTfE88WFwvRiQhMy3VsOIjSWVqW78Hg8EBw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4f8c015xxMz81V for ; Mon, 09 Feb 2026 07:34:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3d897 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 09 Feb 2026 07:34:25 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Minsoo Choo From: Li-Wen Hsu Subject: git: dac3b99e8d8c - main - CONTRIBUTING.md: Fix links to section List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dac3b99e8d8cac2f19e3812c1e126801bdef8088 Auto-Submitted: auto-generated Date: Mon, 09 Feb 2026 07:34:25 +0000 Message-Id: <69898e01.3d897.3f487f66@gitrepo.freebsd.org> The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=dac3b99e8d8cac2f19e3812c1e126801bdef8088 commit dac3b99e8d8cac2f19e3812c1e126801bdef8088 Author: Minsoo Choo AuthorDate: 2026-02-09 05:33:48 +0000 Commit: Li-Wen Hsu CommitDate: 2026-02-09 07:32:30 +0000 CONTRIBUTING.md: Fix links to section Signed-off-by: Minsoo Choo Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/2010 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d80163fcd104..3dd764a64c7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,10 +39,10 @@ A pull request will be considered if: * You can respond to feedback quickly. If feedback is requested and one month passes without a response we may close the pull request. * It touches fewer than about 10 files and the changes are less than about 200 lines. Changes larger than this may be OK, or you may be asked to submit multiple pull requests of a more manageable size. * Each logical change is a separate commit within the pull request. Commit messages for each change should follow the [commit log message guide](https://docs.freebsd.org/en/articles/committers-guide/#commit-log-message). -* All commits have, as the git author, your name and valid email address as you would like to see them in the FreeBSD repository. Fake github.com addresses cannot be used. But see [Author Name and Email][#author-name-and-email] for details. +* All commits have, as the git author, your name and valid email address as you would like to see them in the FreeBSD repository. Fake github.com addresses cannot be used. But see [Author Name and Email](#author-name-and-email) for details. * The scope of the pull request should not change during review. If the review suggests changes that expand the scope, please create an independent pull request. * Fixup commits should be squashed with the commit they are fixing. Each commit in your branch should be suitable for FreeBSD's repository. -* Commit messages should include one or more `Signed-off-by:` trailer lines with name and email address certifying [Developer Certificate of Origin](https://developercertificate.org/). But see [Author Name and Email][#author-name-and-email] for details. +* Commit messages should include one or more `Signed-off-by:` trailer lines with name and email address certifying [Developer Certificate of Origin](https://developercertificate.org/). But see [Author Name and Email](#author-name-and-email) for details. * The commits follow FreeBSD's style guide. See [Style](#Style). * Run tools/build/checkstyle9.pl on your Git branch and eliminate all errors, or provide an explanation for exceptions. The tool sometimes makes mistakes, and providing an explanation shows you have examined the output. * The commits do not introduce trailing white space.