Skip to content

Commit 241ba96

Browse files
authored
Merge pull request #154 from TGvenomYT/patch-1
Improve clarity on comparing changes and Pull Requests
2 parents 3a50879 + 238b607 commit 241ba96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,11 @@ After the commit, then click the Pull Request tab and make new Pull Request
8181
<img align="center" src="https://github.com/chryz-hub/opensource-4-everyone/blob/master/chryz-hub-resources/chryz-hub-tut-pics/pr-tut-pics/pr-1-4.jpg" />
8282

8383
### 5. Comparing Changes
84+
This is all about the comparison between your own forked version and the original repository to check if there are any changes and whether those changes are mergeable. You’ll see the phrase `comparing across forks` along with a transitional line that has an arrow in the middle. Make sure this is set correctly to avoid issues.
8485

85-
This is all about the comparism between your own forked version and the real repository to check if there was a change and if the change is mergeable. You can see the word `comparing across forks` and a transitional line with an arrow in the middle. You must set this well to avoid issue, now we are sending from mine to the main/real repository using the direction of the arrow, then you can make your Pull request. If it is not mergeable, you can still make the Pull Request and resolve it `resolve conflicts`, GitHub would point out the issue which makes it easier for you to resolve.
86+
We’re now sending changes from your fork to the main (original) repository, following the direction of the arrow. After that, you can create your Pull Request.
87+
88+
If it isn’t mergeable, you can still make the Pull Request and then resolve the conflicts. GitHub will highlight the issues, making it easier for you to fix them.
8689
<img align="center" src="https://github.com/chryz-hub/opensource-4-everyone/blob/master/chryz-hub-resources/chryz-hub-tut-pics/pr-tut-pics/pr-2-5.jpg" />
8790

8891
### 6. Create Pull Request Message

0 commit comments

Comments
 (0)