* [PATCH] docs: fix minor grammar issue in MyFirstContribution.adoc
@ 2025-10-16 7:38 Queen Ediri Jessa via GitGitGadget
2025-10-16 17:30 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Queen Ediri Jessa via GitGitGadget @ 2025-10-16 7:38 UTC (permalink / raw)
To: git; +Cc: Queen Ediri Jessa, QueenJcloud
From: QueenJcloud <qjessa662@gmail.com>
This commit corrects a small grammatical error in the MyFirstContribution
document to improve clarity and readability for new contributors.
Signed-off-by: QueenJcloud <qjessa662@gmail.com>
---
doc: fix minor grammar issue in MyFirstContribution.adoc
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1988%2FQueenJcloud%2Fdoc-typo-fix-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1988/QueenJcloud/doc-typo-fix-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1988
Documentation/MyFirstContribution.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
index 02ba8ba5f6..91c6296ffe 100644
--- a/Documentation/MyFirstContribution.adoc
+++ b/Documentation/MyFirstContribution.adoc
@@ -26,7 +26,7 @@ useful additional context:
[[getting-help]]
=== Getting Help
-If you get stuck, you can seek help in the following places.
+If you get stuck, you can ask for help on the mailing list or Git community channels listed below.
==== git@vger.kernel.org
base-commit: b660e2dcb98ed4eafe2781b7ba31b70d2fcbad80
--
gitgitgadget
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] docs: fix minor grammar issue in MyFirstContribution.adoc
2025-10-16 7:38 [PATCH] docs: fix minor grammar issue in MyFirstContribution.adoc Queen Ediri Jessa via GitGitGadget
@ 2025-10-16 17:30 ` Junio C Hamano
2025-10-18 19:24 ` Queen Jessa
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2025-10-16 17:30 UTC (permalink / raw)
To: Queen Ediri Jessa via GitGitGadget; +Cc: git, Queen Ediri Jessa
"Queen Ediri Jessa via GitGitGadget" <gitgitgadget@gmail.com>
writes:
> From: QueenJcloud <qjessa662@gmail.com>
>
> This commit corrects a small grammatical error in the MyFirstContribution
> document to improve clarity and readability for new contributors.
>
> Signed-off-by: QueenJcloud <qjessa662@gmail.com>
> ---
> doc: fix minor grammar issue in MyFirstContribution.adoc
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1988%2FQueenJcloud%2Fdoc-typo-fix-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1988/QueenJcloud/doc-typo-fix-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/1988
>
> Documentation/MyFirstContribution.adoc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
> index 02ba8ba5f6..91c6296ffe 100644
> --- a/Documentation/MyFirstContribution.adoc
> +++ b/Documentation/MyFirstContribution.adoc
> @@ -26,7 +26,7 @@ useful additional context:
> [[getting-help]]
> === Getting Help
>
> -If you get stuck, you can seek help in the following places.
> +If you get stuck, you can ask for help on the mailing list or Git community channels listed below.
Please avoid overly long lines.
> ==== git@vger.kernel.org
>
>
> base-commit: b660e2dcb98ed4eafe2781b7ba31b70d2fcbad80
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: fix minor grammar issue in MyFirstContribution.adoc
2025-10-16 17:30 ` Junio C Hamano
@ 2025-10-18 19:24 ` Queen Jessa
0 siblings, 0 replies; 3+ messages in thread
From: Queen Jessa @ 2025-10-18 19:24 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Queen Ediri Jessa via GitGitGadget, git
Thanks for the feedback.
I have fixed the overly long lines and resubmitted the patch.
Please let me know if there’s anything else I should adjust.
Thanks,
Queen Ediri Jessa
On Thu, Oct 16, 2025 at 6:30 PM Junio C Hamano <gitster@pobox.com> wrote:
>
> "Queen Ediri Jessa via GitGitGadget" <gitgitgadget@gmail.com>
> writes:
>
> > From: QueenJcloud <qjessa662@gmail.com>
> >
> > This commit corrects a small grammatical error in the MyFirstContribution
> > document to improve clarity and readability for new contributors.
> >
> > Signed-off-by: QueenJcloud <qjessa662@gmail.com>
> > ---
> > doc: fix minor grammar issue in MyFirstContribution.adoc
> >
> > Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1988%2FQueenJcloud%2Fdoc-typo-fix-v1
> > Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1988/QueenJcloud/doc-typo-fix-v1
> > Pull-Request: https://github.com/gitgitgadget/git/pull/1988
> >
> > Documentation/MyFirstContribution.adoc | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
> > index 02ba8ba5f6..91c6296ffe 100644
> > --- a/Documentation/MyFirstContribution.adoc
> > +++ b/Documentation/MyFirstContribution.adoc
> > @@ -26,7 +26,7 @@ useful additional context:
> > [[getting-help]]
> > === Getting Help
> >
> > -If you get stuck, you can seek help in the following places.
> > +If you get stuck, you can ask for help on the mailing list or Git community channels listed below.
>
> Please avoid overly long lines.
>
>
> > ==== git@vger.kernel.org
> >
> >
> > base-commit: b660e2dcb98ed4eafe2781b7ba31b70d2fcbad80
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-18 19:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 7:38 [PATCH] docs: fix minor grammar issue in MyFirstContribution.adoc Queen Ediri Jessa via GitGitGadget
2025-10-16 17:30 ` Junio C Hamano
2025-10-18 19:24 ` Queen Jessa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).