diff --git a/README.md b/README.md index 7194f095..520525e4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # [Sample Repo] PR Practice -A sample repo for practicing how to create Pull Requests + +A sample repo for practice practices how to create Pull Requests + +Hello There + +changes in branch 1 +Changes to branch 2 \ No newline at end of file diff --git a/test.js b/test.js new file mode 100644 index 00000000..faf15cf5 --- /dev/null +++ b/test.js @@ -0,0 +1,6 @@ +function hello() { + console.log("hello") + console.log("hello") + console.log("hello") + +} \ No newline at end of file