diff mbox series

[v2,1/5] SubmittingPatches: reword awkward phrasing

Message ID 08deed14d960b0b7de56a023a1da6ab5280e04bb.1689314493.git.gitgitgadget@gmail.com (mailing list archive)
State Superseded
Commit fc0825d56130ee3d7542c1711bd61cd1cf9bedb5
Headers show
Series SubmittingPatches: clarify which branch to use | expand

Commit Message

Linus Arver July 14, 2023, 6:01 a.m. UTC
From: Linus Arver <linusa@google.com>

Signed-off-by: Linus Arver <linusa@google.com>
---
 Documentation/SubmittingPatches | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index b218e273570..b89678cedc3 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -3,8 +3,8 @@  Submitting Patches
 
 == Guidelines
 
-Here are some guidelines for people who want to contribute their code to this
-software. There is also a link:MyFirstContribution.html[step-by-step tutorial]
+Here are some guidelines for contributing back to this
+project. There is also a link:MyFirstContribution.html[step-by-step tutorial]
 available which covers many of these same guidelines.
 
 [[base-branch]]