From: "Philippe Blain via GitGitGadget" <gitgitgadget@gmail.com> To: git@vger.kernel.org Cc: Emily Shaffer <emilyshaffer@google.com>, Johannes Schindelin <Johannes.Schindelin@gmx.de>, Victoria Dye <vdye@github.com>, Eric Sunshine <sunshine@sunshineco.com>, Philippe Blain <levraiphilippeblain@gmail.com>, Bagas Sanjaya <bagasdotme@gmail.com>, Philip Oakley <philipoakley@iee.email>, Philippe Blain <levraiphilippeblain@gmail.com>, Philippe Blain <levraiphilippeblain@gmail.com> Subject: [PATCH v3 4/5] MyFirstContribution: reference "The cover letter" in GitGitGadget section Date: Thu, 12 May 2022 23:43:36 +0000 [thread overview] Message-ID: <02598d431e0eb4f7cad9b7703c2fb244c3d15781.1652399017.git.gitgitgadget@gmail.com> (raw) In-Reply-To: <pull.1226.v3.git.1652399017.gitgitgadget@gmail.com> From: Philippe Blain <levraiphilippeblain@gmail.com> The "Sending Patches via GitGitGadget" section mentions that the PR title and description will be used as the cover letter, but does not explain what is a cover letter or what should be included in it. Refer readers to the new "The cover letter" section added in a previous commit. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> --- Documentation/MyFirstContribution.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/MyFirstContribution.txt b/Documentation/MyFirstContribution.txt index f6ee5b8b1ae..9eb2dfec959 100644 --- a/Documentation/MyFirstContribution.txt +++ b/Documentation/MyFirstContribution.txt @@ -899,8 +899,12 @@ https://github.com/gitgitgadget/git and open a PR either with the "New pull request" button or the convenient "Compare & pull request" button that may appear with the name of your newly pushed branch. -Review the PR's title and description, as it's used by GitGitGadget as the cover -letter for your change. When you're happy, submit your pull request. +Review the PR's title and description, as they're used by GitGitGadget +respectively as the subject and body of the cover letter for your change. Refer +to <<cover-letter,"The cover letter">> above for advice on how to title your +submission and what content to include in the description. + +When you're happy, submit your pull request. [[run-ci-ggg]] === Running CI and Getting Ready to Send -- gitgitgadget
next prev parent reply other threads:[~2022-05-12 23:44 UTC|newest] Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-04-27 19:04 [PATCH 0/3] Improve MyFirstContribution's " Philippe Blain via GitGitGadget 2022-04-27 19:04 ` [PATCH 1/3] MyFirstContribution: move cover letter description to a separate file Philippe Blain via GitGitGadget 2022-04-27 21:15 ` Eric Sunshine 2022-04-27 22:02 ` Philippe Blain 2022-04-27 21:48 ` Junio C Hamano 2022-04-28 18:16 ` Philippe Blain 2022-04-27 19:04 ` [PATCH 2/3] MyFirstContribution: also explain cover letter in GitGitGadget section Philippe Blain via GitGitGadget 2022-04-27 20:43 ` Victoria Dye 2022-04-28 18:21 ` Philippe Blain 2022-04-29 16:27 ` Victoria Dye 2022-05-10 23:45 ` Philippe Blain 2022-04-27 19:04 ` [PATCH 3/3] MyFirstContribution: drop PR description for GGG single-patch contributions Philippe Blain via GitGitGadget 2022-04-27 21:56 ` Junio C Hamano 2022-04-28 18:25 ` Philippe Blain 2022-04-28 19:43 ` Junio C Hamano 2022-05-11 1:47 ` [PATCH v2 0/5] Improve MyFirstContribution's GitGitGadget section Philippe Blain via GitGitGadget 2022-05-11 1:47 ` [PATCH v2 1/5] MyFirstContribution: add "Anatomy of a Patch Series" section Philippe Blain via GitGitGadget 2022-05-11 6:20 ` Bagas Sanjaya 2022-05-11 21:30 ` Junio C Hamano 2022-05-11 21:48 ` Philippe Blain 2022-05-11 22:09 ` Junio C Hamano 2022-05-12 23:00 ` Philippe Blain 2022-05-12 12:11 ` Philip Oakley 2022-05-12 22:53 ` Philippe Blain 2022-05-11 1:47 ` [PATCH v2 2/5] MyFirstContribution: add standalone section on cover letter Philippe Blain via GitGitGadget 2022-05-11 10:01 ` Junio C Hamano 2022-05-11 21:49 ` Philippe Blain 2022-05-11 1:47 ` [PATCH v2 3/5] MyFirstContribution: reference "The cover letter" in "Preparing Email" Philippe Blain via GitGitGadget 2022-05-11 1:47 ` [PATCH v2 4/5] MyFirstContribution: reference "The cover letter" in GitGitGadget section Philippe Blain via GitGitGadget 2022-05-11 1:47 ` [PATCH v2 5/5] MyFirstContribution: drop PR description for GGG single-patch contributions Philippe Blain via GitGitGadget 2022-05-11 10:11 ` [PATCH v2 0/5] Improve MyFirstContribution's GitGitGadget section Junio C Hamano 2022-05-11 17:45 ` Victoria Dye 2022-05-12 23:43 ` [PATCH v3 " Philippe Blain via GitGitGadget 2022-05-12 23:43 ` [PATCH v3 1/5] MyFirstContribution: add "Anatomy of a Patch Series" section Philippe Blain via GitGitGadget 2022-05-12 23:43 ` [PATCH v3 2/5] MyFirstContribution: add standalone section on cover letter Philippe Blain via GitGitGadget 2022-05-12 23:43 ` [PATCH v3 3/5] MyFirstContribution: reference "The cover letter" in "Preparing Email" Philippe Blain via GitGitGadget 2022-05-12 23:43 ` Philippe Blain via GitGitGadget [this message] 2022-05-12 23:43 ` [PATCH v3 5/5] MyFirstContribution: drop PR description for GGG single-patch contributions Philippe Blain via GitGitGadget 2022-05-19 21:49 ` [PATCH v3 0/5] Improve MyFirstContribution's GitGitGadget section Junio C Hamano 2022-05-21 16:17 ` Philippe Blain 2022-05-22 1:35 ` Junio C Hamano 2022-05-24 12:29 ` Philippe Blain 2022-05-24 19:06 ` Junio C Hamano
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: http://vger.kernel.org/majordomo-info.html * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=02598d431e0eb4f7cad9b7703c2fb244c3d15781.1652399017.git.gitgitgadget@gmail.com \ --to=gitgitgadget@gmail.com \ --cc=Johannes.Schindelin@gmx.de \ --cc=bagasdotme@gmail.com \ --cc=emilyshaffer@google.com \ --cc=git@vger.kernel.org \ --cc=levraiphilippeblain@gmail.com \ --cc=philipoakley@iee.email \ --cc=sunshine@sunshineco.com \ --cc=vdye@github.com \ --subject='Re: [PATCH v3 4/5] MyFirstContribution: reference "The cover letter" in GitGitGadget section' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://80x24.org/mirrors/git.git 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 read-only IMAP folder(s) and NNTP newsgroup(s).