codefellows-seattle-301d14 / 00-test-repo-demo

This is only a test.
0 stars 25 forks source link

remove semicolon to make the linter fail #47

Open regenalgrant opened 7 years ago

regenalgrant commented 7 years ago

Below is an example of what your pull request will look like each day before you and your partner fill it out together.
You may ignore any odd symbols you see here - these are markdown-specific characters.

Notes

created branch (regenal- grant) in the test repo

Reflect and summarize on your process for each TODO item :

  1. Fork request.
  2. git clone to my-forked-repos 3.cd repo
  3. git checkout -b firstname-lastname
  4. Open up the wat.js file in the atom and remove the semicolon from the end of the line and save the file
  5. git add commit push

    Checklist (before submitting, fill in each set of square brackets with an 'x')

    • [x] I have entered the Pull Request title in the format of "firstname-lastname"
    • [x] This PR includes commits from myself
    • [x] There is no extraneous, unrelated code included in this PR.
    • [x] I have summarized our TODO: process above.