cmpe138
Hi guys! This is a JAVA project repository for CMPE 138 Project.
To get started, clone the repository to your machine:
git clone https://github.com/bryandido/cmpe138.git
This project is created with Eclipse so if you have Eclipse installed on your computer, you can easily add this to your workspace. Other IDEs should work too.
Note:
- Master branch is protected.
- Please create your own branch from the master.
- Before you start coding, always pull from the master branch to get latest updates.
- To merge your changes, submit a "Pull Request" from GitHub.
- One of the teammembers will review your changes and approve your pull request. Once approved, your code will be added to master.
- Step 5 prevents merge conflicts.
- Please do not submit pull requests repeatedly. Rule of thumb: one pull request per feature.
- Tasks and things to do can be found under "Issues" in GitHub.