UMD bitcamp challenge solutions
By sending a pull request to this repository you are agreeming to the Apache V2 License and the DCO terms.
- Create a github account.
- Fork the FINRAOS/UMD-Bitcamp-2015 repository.
- Clone the repository locally onto your local machine.
- Create a new folder named after your team, under the challenge folder.
- All code should be under the newly created folder.
- Signoff your commits as shown below through git.
Add a line stating
Signed-off-by: Random J Developer <[email protected]>
When committing using the command line you can sign off using the --signoff or -s flag. This adds a Signed-off-by line by the committer at the end of the commit log message.
git commit -s -m "Challenge Solution Name"