Elizabeth and Philip are inviting everyone to their wedding! They would like all the guests to RSVP to their wedding by adding their names to the list of the guests in this repository.
Let Elizabeth and Philip know if you can make it to their wedding by following the instructions!
Code
button to access the direct URL of the repository. Run the following command in your terminal. Replace the address with the address of the forked repository on your GitHub account.
git clone git@github.com:Codecademy/wedding-rsvp-off-platform-project.git
cd wedding-rsvp-off-platform-project
rsvp-[yourname]
. Run following command to create the new branch and also change the current working branch of the local repository to the newly created branch.git checkout -b rsvp-yourname
Open the guests.md
file using your text editor. This is a Markdown table that includes the list of all the guests who have RSVPed to the wedding. Add a new row to the table and include your name and the number of guests coming with you. Save your changes to the file.
Commit your changes for Git to track. Put a message describing the change for your commit.
git commit -m "Added my name to the list of guests."
git push
rsvp-yourname
branch of your forked repository to the main
branch of the original repository. Alternatively, you can manually create a pull request by clicking on the pull request button:
docs/pull_request_template.md
. If such a file exists, Github uses it as a template for all the pull requests created from a branch to the main branch). Ensure all the requirements outlined in the checkboxes are met. Complete the creation of this pull request!