From 2c1081d53535019da59dad10dda3be19aa6214a3 Mon Sep 17 00:00:00 2001 From: puikeicheng Date: Tue, 24 Oct 2017 00:46:02 -0500 Subject: [PATCH 1/3] Create Instructions.txt --- Instructions.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Instructions.txt diff --git a/Instructions.txt b/Instructions.txt new file mode 100644 index 0000000..1d3a9d6 --- /dev/null +++ b/Instructions.txt @@ -0,0 +1,11 @@ +To create a pull request: + +Create a github account +Click on the button on that page that says "fork" +Using either the terminal or a github gui, download or "clone" the repo that you just forked. +Make the edits you want to make, in this case you can add your name to the index.html file. +"Commit" your changes -- this will save them locally +Push your changes -- this will save them on your forked repo +Create a pull request by going back to the original repo and pressing the button that says "pull request". +Press "compare across forks" and where it has the drop down list saying head fork you should find your forked repo. +Choose that and then you can submit the pull request. From fec3a1ff8e2e1567af352f6f169e9fb743d5ee88 Mon Sep 17 00:00:00 2001 From: puikeicheng Date: Tue, 24 Oct 2017 00:50:46 -0500 Subject: [PATCH 2/3] Update Instructions.txt --- Instructions.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Instructions.txt b/Instructions.txt index 1d3a9d6..4a584e4 100644 --- a/Instructions.txt +++ b/Instructions.txt @@ -1,11 +1 @@ -To create a pull request: - -Create a github account -Click on the button on that page that says "fork" -Using either the terminal or a github gui, download or "clone" the repo that you just forked. -Make the edits you want to make, in this case you can add your name to the index.html file. -"Commit" your changes -- this will save them locally -Push your changes -- this will save them on your forked repo -Create a pull request by going back to the original repo and pressing the button that says "pull request". -Press "compare across forks" and where it has the drop down list saying head fork you should find your forked repo. -Choose that and then you can submit the pull request. +Nothing From 9860ad4a07bf4265208a7eb436e2655bffc7e30d Mon Sep 17 00:00:00 2001 From: puikeicheng Date: Tue, 24 Oct 2017 00:50:57 -0500 Subject: [PATCH 3/3] Delete Instructions.txt --- Instructions.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Instructions.txt diff --git a/Instructions.txt b/Instructions.txt deleted file mode 100644 index 4a584e4..0000000 --- a/Instructions.txt +++ /dev/null @@ -1 +0,0 @@ -Nothing