git: b6dd9d3593f3 - main - CONTRIBUTING: fix typos in GitHub contribution guide
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 19:20:01 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=b6dd9d3593f3286d8225b3bd2ae9248dcf92864c
commit b6dd9d3593f3286d8225b3bd2ae9248dcf92864c
Author: Roman <nnov.brody@gmail.com>
AuthorDate: 2026-04-21 19:16:15 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-04-21 19:19:36 +0000
CONTRIBUTING: fix typos in GitHub contribution guide
Signed-off-by: Roman <nnov.brody@gmail.com>
Pull-request: https://github.com/freebsd/freebsd-src/pull/2156
---
CONTRIBUTING.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9f03648ddef7..029e83ee7ef3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ changes where the contributor already has a GitHub account.
A change should be submitted by only one method. For example, please do not
open a GitHub pull request and create a Phabricator review for the same change
(unless explicitly requested to do so by a FreeBSD committer). If asked to move
-from Github to Phabricator, please close the Github pull request adding the URL
+from GitHub to Phabricator, please close the GitHub pull request adding the URL
of the Phabricator review as a comment.
## GitHub Pull Requests
@@ -76,7 +76,7 @@ Before submitting, ensure:
* Each commit is suitable for direct inclusion in the FreeBSD's repository.
* Pull Request scope must remain stable during review. If feedback expands
scope, create a new Pull Request.
-* Rebase your chages (and update with a forced push) when incorporating review
+* Rebase your changes (and update with a forced push) when incorporating review
feedback, rather than using a merge commit.
#### Commit Messages
@@ -84,7 +84,7 @@ Before submitting, ensure:
Each commit must:
* Follow the [commit log message guide](https://docs.freebsd.org/en/articles/committers-guide/#commit-log-message).
-* Include one ore more `Signed-off-by:` trailers certifying [Developer Certificate of Origin](https://developercertificate.org/).
+* Include one or more `Signed-off-by:` trailers certifying [Developer Certificate of Origin](https://developercertificate.org/).
* Include `PR: \<bugnumber\>` if fixing a Bugzilla Problem Report.
* Include the URL of a related code review, if applicable.
(Avoid opening both Phabricator/Differential reviews and GitHub Pull Requests
@@ -103,7 +103,7 @@ Each commit must:
### Additional Requirements for FreeBSD Committers
-* Committers submitting Pull Requests are for pushing their changes to the tree
+* Committers submitting Pull Requests are responsible for pushing their changes to the tree
(including obtaining any required approvals).
* Pull Requests opened by FreeBSD committers may be closed after one month
unless there is a strong reason to keep them open.