From ed888aae536d41f0902c476cf38e8bd791da3e66 Mon Sep 17 00:00:00 2001 From: Gagik Date: Sun, 24 Oct 2021 15:22:36 +0400 Subject: [PATCH 1/3] Pull request --- PullRequest.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 PullRequest.txt diff --git a/PullRequest.txt b/PullRequest.txt new file mode 100644 index 0000000..a5c5610 --- /dev/null +++ b/PullRequest.txt @@ -0,0 +1,2 @@ +Hello my name is Gagik! +Please attach these changes to your main stream ! From c434a4eeb8f3fb2de207736fb8619039e85e563c Mon Sep 17 00:00:00 2001 From: Gagik Date: Mon, 8 Nov 2021 13:55:56 +0400 Subject: [PATCH 2/3] Here I changed my PullRequest.txt into PullRequest.md file and added some new information also using the Markdown language's features like Headings(#,==), Numeration(1. ), Quotes (>), Reference ([refname](URL)), Dividing line (***), Bold(**Text**) etc. --- PullRequest.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 PullRequest.md diff --git a/PullRequest.md b/PullRequest.md new file mode 100644 index 0000000..cfb267f --- /dev/null +++ b/PullRequest.md @@ -0,0 +1,21 @@ +**Pull Request's tips** +=================== +************ +## My first pull request's actions + +Hello my name is Gagik! +Please attach these changes to your main stream ! + +Here is the actions' sequence I took while creating this pull request + +1. Forked the Repository +2. Cloned the Repository into my local machine +3. Created new branch locally and made the necessary changes +4. Added and commited those changes +5. Pushed my branch to my origin +6. Asked for pull request in GitHub from the user who I forked the repo from + +> Additional information about the pull requests +You can also find some additional information about the pull request +following the [Pull request info](https://www.gitkraken.com/blog/pull-requests-gitflow). + From c98be6407a0eb6019618af0b542e448827d0e41b Mon Sep 17 00:00:00 2001 From: Gagik Date: Mon, 22 Nov 2021 11:23:05 +0400 Subject: [PATCH 3/3] Renamed my pull request file according to the Java convention --- PullRequest.txt | 2 -- PullRequest.md => pull-request.md | 0 2 files changed, 2 deletions(-) delete mode 100644 PullRequest.txt rename PullRequest.md => pull-request.md (100%) diff --git a/PullRequest.txt b/PullRequest.txt deleted file mode 100644 index a5c5610..0000000 --- a/PullRequest.txt +++ /dev/null @@ -1,2 +0,0 @@ -Hello my name is Gagik! -Please attach these changes to your main stream ! diff --git a/PullRequest.md b/pull-request.md similarity index 100% rename from PullRequest.md rename to pull-request.md