Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hey @Ava-91 please sign your commits |
20fdd6b to
1dd6a77
Compare
|
New changes are detected. LGTM label has been removed. |
|
Hey @kaizakin, I’ve re-signed all 4 commits as requested and force-pushed the updated branch. All commits are now GitHub Verified. Could you please re-review the updated commits and add |
|
@Ava-91 please sign your commits using the signoff flag you can do that to a new commit by |
Signed-off-by: Ava <170544612+Ava-91@users.noreply.github.com>
Signed-off-by: Ava <170544612+Ava-91@users.noreply.github.com>
Signed-off-by: Ava <170544612+Ava-91@users.noreply.github.com>
Signed-off-by: Ava <170544612+Ava-91@users.noreply.github.com>
1dd6a77 to
ca3f7cb
Compare
Description
Removes the unnecessary leading
$shell prompts from command blocks throughout the documentation.These prompts are especially annoying in click-to-copy blocks because the
$can be copied as part of the command.Changes
Removed leading
$prompts from command examples in:README.mddocs/development/local-development.mddocs/development/olm-development.mddocs/development/releasing.mdPreserved actual shell variable syntax such as
$versionand${...}.Closes #295