aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman <nnov.brody@gmail.com>2026-04-21 19:16:15 +0000
committerEd Maste <emaste@FreeBSD.org>2026-04-21 19:19:36 +0000
commitb6dd9d3593f3286d8225b3bd2ae9248dcf92864c (patch)
tree9587cfaba53daee646be0387f8c74d7129b17aa1
parent69e8d8b49d4bd889a42ba354f290f05d88bcd4b1 (diff)
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
-rw-r--r--CONTRIBUTING.md8
1 files 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.