From e54932960c04f58ff1bff7e0bec93af5f221dac5 Mon Sep 17 00:00:00 2001 From: Tristan Piercy Date: Wed, 1 Jul 2026 12:51:40 -0400 Subject: [PATCH] Pull request challenge with steps. --- PullRequestChallenge/TristanWasHere.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PullRequestChallenge/TristanWasHere.txt diff --git a/PullRequestChallenge/TristanWasHere.txt b/PullRequestChallenge/TristanWasHere.txt new file mode 100644 index 0000000..5dabbfb --- /dev/null +++ b/PullRequestChallenge/TristanWasHere.txt @@ -0,0 +1,8 @@ +I was able to do a pull request by doing the following: +Created a fork on github from the main repo +Cloned the repo down to git on my local machine +Opening the repo with vs code and creating a new branch +Publishing the branch to github and adding my own changes like this +Staging and committing the changes on git +Uploading these back to the fork on github +Requesting pull request by pointing these changes to merge to original.