Merge pull request #40 from ikeydoherty/document-renewed-diff
packaging: Document how amending an arc diff prompts for input
This commit is contained in:
commit
fbd2bbcb01
|
@ -102,8 +102,12 @@ before, but this time run:
|
||||||
git commit --amend
|
git commit --amend
|
||||||
```
|
```
|
||||||
|
|
||||||
This will amend your original changes, and you can submit the patch once more with `arc diff`. The web UI will
|
This will amend your original changes, and you can submit the patch once more with `arc diff`.
|
||||||
automatically update with the latest patch, without having to create any new tasks. Once accepted, your patch
|
A new editor session will open, where you can provide details about the changes you've made between the last
|
||||||
|
revision and the newly amended one. This comment will help reviewers to see what you've changed, to streamline
|
||||||
|
the process of getting your patch into Solus.
|
||||||
|
|
||||||
|
The web UI will automatically update with the latest patch, without having to create any new tasks. Once accepted, your patch
|
||||||
will be merged, and a build will be issued.
|
will be merged, and a build will be issued.
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue