InlineEdit: Document how to create empty changes

Change-Id: Ibaac95d84470153fee36c8c52fac62777900928e
This commit is contained in:
David Ostrovsky
2014-12-19 09:20:31 +01:00
committed by David Pursehouse
parent cc44a0b486
commit 6842df9ac6
5 changed files with 39 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View File

@@ -9,6 +9,7 @@
.. Registering a new Gerrit account
.. link:user-review-ui.html[Reviewing Changes]
.. link:user-search.html[Searching Changes]
.. link:user-inline-edit.html[Manipulating Changes in Browser]
.. link:user-notify.html[Subscribing to Email Notifications]
. SSH
.. SSH connection details

View File

@@ -0,0 +1,38 @@
= Inline Edit
This page explains the workflow for creating and amending changes in the
browser.
[[create-change]]
== Creating a New Empty Change
A new change can be created directly in the browser, meaning it is not necessary
to clone the whole repository to make trivial changes.
There are two different ways to create an empty change:
By clicking on the 'Create Change' button in the project screen:
[[create-change-from-project-info-screen]]
image::images/inline-edit-create-change-project-screen.png[width=800, link="images/inline-edit-create-change-project-screen.png"]
The user can select the branch on which the new change should be created:
image::images/inline-edit-create-change-project-screen-dialog.png[width=800, link="images/inline-edit-create-change-project-screen-dialog.png"]
By clicking the 'Follow-Up' button on the change screen, to create an empty
change based on the selected change.
[[create-change-from-change-screen]]
image::images/inline-edit-create-follow-up-change.png[width=800, link="images/inline-edit-create-follow-up-change.png"]
GERRIT
------
Part of link:index.html[Gerrit Code Review]
SEARCHBOX
---------