From bf452bba47761e349f41f74a8988b55559284330 Mon Sep 17 00:00:00 2001 From: "TEYXINHUI-PC\\Tey Xin Hui" Date: Thu, 8 Feb 2018 22:20:20 +0800 Subject: [PATCH 1/2] add hello.txt --- hello.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 00000000..a4588274 --- /dev/null +++ b/hello.txt @@ -0,0 +1,3 @@ +joke +coke +poke \ No newline at end of file From 528a2079e6c303faf232204449032e0a70fbecb1 Mon Sep 17 00:00:00 2001 From: "TEYXINHUI-PC\\Tey Xin Hui" Date: Thu, 8 Feb 2018 22:26:56 +0800 Subject: [PATCH 2/2] add introduction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7194f095..0fac89cf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # [Sample Repo] PR Practice A sample repo for practicing how to create Pull Requests + +# Introduction +Creating Pull Requests(PRs) is needed when using RCS in a multi person project. This repo can be used to practice creatng PRs. \ No newline at end of file