Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions docs/merge your drafts to another branch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@


# How to Merge Your Drafts to Another Branch

## Step 1: Open the drafts menu
![Open drafts menu](/img/merge_your_drafts_to_another_branch/step_1.png)

Click on the "Your user-facing docs" dropdown in the top left corner to open the drafts menu.

## Step 2: View draft contents
![View draft contents](/img/merge_your_drafts_to_another_branch/step_2.png)

Select a draft to view its contents in the main editor area.

## Step 3: Open the "Push to GitHub" menu
![Open Push to GitHub menu](/img/merge_your_drafts_to_another_branch/step_3.png)

Click the "Push to GitHub" button in the top right corner to open the push options.

## Step 4: Select drafts to push
![Select drafts](/img/merge_your_drafts_to_another_branch/step_4.png)

In the "Push drafts to GitHub" menu, click "Select drafts to push" to choose which drafts you want to merge.

## Step 5: Choose drafts
![Choose drafts](/img/merge_your_drafts_to_another_branch/step_5.png)

Select the checkboxes next to the drafts you want to merge.

## Step 6: Confirm selected drafts
![Confirm selection](/img/merge_your_drafts_to_another_branch/step_6.png)

Verify that the correct drafts are selected (you should see "2 items selected").

## Step 7: Select the target branch
![Select branch](/img/merge_your_drafts_to_another_branch/step_7.png)

Click on the branch selection dropdown to choose the target branch for merging.

## Step 8: Choose the target branch
![Choose branch](/img/merge_your_drafts_to_another_branch/step_8.png)

Select the branch you want to merge your drafts into from the list of available branches.

## Step 9: Confirm branch selection
![Confirm branch](/img/merge_your_drafts_to_another_branch/step_9.png)

Ensure that the correct branch is selected as the target for merging your drafts.

## Step 10: Push changes to GitHub
![Push changes](/img/merge_your_drafts_to_another_branch/step_11.png)

Click the "Push change to GitHub" button to start the merging process.

## Step 11: Verify successful merge
![Verify success](/img/merge_your_drafts_to_another_branch/step_12.png)

After pushing the changes, you should see a success message confirming that the changes were pushed successfully to the selected branch on GitHub.