Following the documentation, we start the pull request.
It asks us if we want to start, and we confirm:
This will start an interactive process in which each note is shown. We should have defined EDITOR
to our preferred editor.
It will asks us if we wanto to fix it; it defaults to No
, so we should read the note and determine if we want to change anything: if so, presy Y
.
In the editor, we should now edit the text of the note. Some typical points:
|-
- check the discussion of tha alpha.1 PRWhen you're done, it asks if the PR should be created. If you're satisfied with it, say yes.
You should now fo to the PR URL and check it.
The PR is opened, but that doesn't mean that changes are closed: what we did up until this point was to change things to make them the baseline for the draft PR; the PR discussion process can continue with more suggestions and changes, until it's approved.
If you are reviewing, please try to use GitHub for suggestions, specifically the feature that makes suggestions easily accepted: check the official documentation for instructions. This greatly simplifies the work of the author, and also add you as an author to the commit by default.