<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jun 25, 2017 at 12:23 PM, Brett Cannon <span dir="ltr"><<a href="mailto:brett@python.org" target="_blank">brett@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Jun 25, 2017, 11:24 Terry Reedy, <<a href="mailto:tjreedy@udel.edu" target="_blank">tjreedy@udel.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/25/2017 12:39 PM, Brett Cannon wrote:<br>
<br>
> The entire reason I want to have this check is I don't want or have to<br>
> ask another PR submitter to include a draft of a news item. It's much<br>
> easier to edit an existing news entry through the web UI than either ask<br>
> for it and deal with the turnaround time to get the PR submitter to add it.<br>
<br>
I was not aware that PRs could be edited via a web UI and have no idea<br>
how.  I search a PR for something, searched the devguide index for<br>
'web', and searched 3 Lifecycle of a pull request.  Did I miss<br>
something.  Also, 6. Helping with Documentation should say something<br>
about submitting typo PRs via the web, if indeed that is possible yet.<br></blockquote></div><div><br></div></span><div>You can edit anything via the web, it's just part of GitHub and so we have not documented it explicitly to avoid just duplicating GitHub's own docs.</div></blockquote></div><br>If you're still not sure how, from the PR UI go to the "Files changed" 
tab and click the "pencil" icon on the heading for the file you want to 
change. The PR creator must have enabled this (but I think it's on by default). When you save, GitHub creates a new commit in the PR's branch and all the usual tests (Travis-CI etc.) get kicked off. Where it breaks down is if you want to edit multiple files (it creates a new commit for each) or if the files are large (scrolling around is awkward) or if you want to make extensive changes (the web editor is limited in its capabilities, it's based on <a href="https://codemirror.net/">https://codemirror.net/</a>).<br clear="all"><br>-- <br><div class="gmail_signature">--Guido van Rossum (<a href="http://python.org/%7Eguido" target="_blank">python.org/~guido</a>)</div>
</div></div>