JudyVue / 00-test-repo-demo

This is only a test ;-)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CF Test Repo (Demo)

Build Status GitHub issues

This is only a test. Become familiar with the workflow for your lab assignments!

Get some practice in 😃

  1. Fork this repository.
  2. Copy the resulting git link.
  3. git clone this fork into your my-forked-repos directory (review setup instructions).
  4. cd into this repository.
  5. Immediately git checkout -b test-branch
  • Notice the "build passing" message icon in this README file? That's an import from Travis CI - just one of many continuous integration tools used by organizations and project teams all over the world! We use Travis CI in this class to help us lint code being submitted (in your case as the developer, it will test any PRs you submit for proper linting).
  • Let's try and get a "build failing" message instead, so we can see what that's like.
  1. Open up the wat.js file and remove the semicolon from the end of the line and save the file.
  2. git add wat.js
  3. git commit -m 'remove semicolon to make the lint test fail'
  4. git push origin test-branch
  5. Head over to GitHub to make a PR from test-branch, let the test run and finish, and see what the result is!
  6. Also notice the orange Ask For Help button? When you're stuck in lab (after the 15 minute rule), click on this button and fill out the template answering all the questions and finally checking the boxes by placing an 'x' inside the square brackets. When you submit, this will notify the instructional team immediately! (TAs included). Try it out -- click the orange button to get a feel for how it works 😎

About

This is only a test ;-)


Languages

Language:JavaScript 100.0%