Release 0.1
Filing an Issue To start we are required to start a new issue, one that we will work on. This is easy, under the issue tab hit the button new issue . Fork the project as well! File New Issue To start we are required to start a new issue, one that we will work on. This is easy, under the issue tab hit the button new issue . Fork the project as well! GIT Stuff: Let's first create a local copy of the code *This is download for another project, this clone if from the master Add Remote: *adding the remote to my fork Switch Branch Writing the Tests Chmod Our Test will test for an invalid mode, we must place it within an it() block After we must ensure all tests pass. Updating Branch git push origin issue467 New Pull Request *cross fork pull request Peer Review In class one of my peers were having trouble with writing their test. After I looked over it, I couldn't se...