Giter VIP home page Giter VIP logo

wedding-rsvp-off-platform-project's Introduction

Elizabeth & Philip

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!

How to RSVP

Assumptions

  • You are currently signed into your GitHub account
  • You have basic familiarity with Markdown
  • You have Git command line tool installed on your computer, and it is set up to access your Github account

Instructions

  1. Start by forking the repository to your Github user account by clicking on the Fork button at the top right corner.

fork repository button

  1. Clone the forked repository from your Github account onto your local computer. In order to clone, you need the URL of the repository. Click on the Code button to access the direct URL of the repository.

repository direct link

Run the following command in your terminal. Replace the address with the address of the forked repository on your GitHub account.

git clone [email protected]:Codecademy/wedding-rsvp-off-platform-project.git
  1. Change your current directory of the terminal to the directory of the repository.
cd wedding-rsvp-off-platform-project
  1. Create a new branch and name it 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
  1. 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.

  2. 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."
  1. Push your changes to the forked repository in your GitHub account.
git push
  1. On the main page of the repository, you should now see an option to create a pull request. Click on that to create a pull request from the rsvp-yourname branch of your forked repository to the main branch of the original repository.

compare and pull request

Alternatively, you can manually create a pull request by clicking on the pull request button:

pull request button

  1. Github, by default, puts the message of the latest commit as the title of the pull request. Update the title to something more descriptive of the change. The description of the pull request is already filled with a template message (this template comes from the content of a markdown file at 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.

pull_request_fields

Complete the creation of this pull request!

wedding-rsvp-off-platform-project's People

Contributors

cyao42 avatar juliandarley avatar sabajamalian avatar maxibon23 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.