Skip to content

Commit 4f8ddfc

Browse files
Changed formatting of "OPtional"
1 parent 4969dcf commit 4f8ddfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/abap-environment-gcts-byog/abap-environment-gcts-byog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ However, you are not allowed to make code changes in your remote Git repository
5757
First, open your preferred Git provider and create a new repository; here, we are using `Github`.
5858

5959
> IMPORTANT: Create a branch at the same time. In `Github`, adding a readme file will automatically create a main branch for the repository.
60-
>
60+
6161
<!-- border -->
6262
![step1a-create-new-remote-repo](step1a-create-new-remote-repo.png)
6363

@@ -206,7 +206,7 @@ To import your released transport into a target system (e.g., your test or produ
206206
![step5b-objects-in-target-system](step5b-objects-in-target-system.png)
207207
208208
209-
### Optional: Create a branch
209+
### Create a branch (Optional)
210210
211211
Currently, creating a new branch for BYOG is not supported in **Manage Software Components**. Therefore, create the branch using the native interface of your git provider linked to your repository.
212212
@@ -219,7 +219,7 @@ In **Manage Software Components**, you can see the new branch by refreshing the
219219
![step3b-branch-success](step3b-branch-success.png)
220220
221221
222-
### Optional: Create a tag
222+
### Create a tag (Optional)
223223
224224
The **Tag** function is the same as in non BYOG software components.
225225
@@ -228,7 +228,7 @@ The created tag will also be visible on your remote repository.
228228
Deleting a tag will also delete the tag in the remote repository.
229229
230230
231-
### Optional: Delete a software component
231+
### Delete a software component (Optional)
232232
233233
Deleting a software component in **Manage Software Components** will unlink the component to the remote repository, but will **not** delete the remote repository in `Github`. The local software component will be marked as **not editable**; releasing transport requests will no longer be possible.
234234

0 commit comments

Comments
 (0)