<div>On Fri, Jun 26, 2020 at 12:54 AM James Henderson via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>2) Typically in our Phabricator, the description and summary of a patch is considered to be roughly what goes in the final commit message (same with Github). However, updating said commit message isn't possible to my knowledge without force-pushing in Github (which as discussed elsewhere in the thread causes other problems).</div></div></blockquote><div dir="auto">you can definitely edit your PR description in GH.  The thing is that your commit message and PR description are mostly unrelated.</div><div dir="auto"><br></div><div dir="auto">Your PR description is initialized from the commit message of the first patch you push.  But you can edit it via the GH UI by clicking the three dots.</div><div dir="auto"><br></div><div dir="auto">When you go to finally merge your PR, you then have another chance to edit it (and you usually have to since it joins all commit messages together into a single string, whereas I almost always just want the original PR description)</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div></div>
</blockquote></div></div>