Skip to content

Commit

Permalink
feat(Tutorial): how to do pr;
Browse files Browse the repository at this point in the history
  • Loading branch information
KondratskiVD-BT committed Aug 30, 2024
1 parent 756ca05 commit 416f25c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _posts/2024-08-29-how-to-do-pull-requests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Guide on how to do pull requests
author: User
date: 2024-08-29 12:00:00 +0800
categories: [Performance, UI, guide]
tags: [ui, github]
render_with_liquid: false
---

## Overview

This guide provides instructions on how to do pull requests.
### Step 1: Add basic files

To get started, fork the repository to your work account on github:

![Guide Image](/assets/posts_img/guide_pull_request.png)

After `commit` your changes, add a link to your repository's fork in the remote repository manager and `push`.

![Guide Image](/assets/posts_img/guide_pull_request_2.png)

Create a pull request from your working github account.

![Guide Image](/assets/posts_img/guide_pull_request_3.png)
Binary file added assets/posts_img/guide_pull_request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts_img/guide_pull_request_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts_img/guide_pull_request_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 416f25c

Please sign in to comment.