From 0457729332e2d2bd7302ef11a8431292dfd5c92c Mon Sep 17 00:00:00 2001 From: RMarx1456 Date: Thu, 26 Sep 2024 14:00:02 -0700 Subject: [PATCH] Added a testing line to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a7eaa..c618383 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,8 @@ Introduction to using git and GitHub. Will lead you through your first fork, clo 1. This will take you to a new page. At the bottom of the page you should see a visual representation of the differences (diff) your new change will introduce. Add a title and description to your pull request (PR). 1. Click *Open pull request* to open the pull request. 1. Congrats! You have created your first pull request! -1. In Canvas, please copy the link to the pull request you created to submit your assignment. For this practice exercise I will not be merging your request. But in a real open-source repository, a *maintainer* would give you feedback on your changes, and if they were happy with them the would *merge* your PR (accept your changes into the original version). \ No newline at end of file +1. In Canvas, please copy the link to the pull request you created to submit your assignment. For this practice exercise I will not be merging your request. But in a real open-source repository, a *maintainer* would give you feedback on your changes, and if they were happy with them the would *merge* your PR (accept your changes into the original version). + + + +Testing -Raymond Marx \ No newline at end of file