Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethan-arrowood/cs2-finalproject
CS2 Final Project - Linear Algebra Calculator
https://github.com/ethan-arrowood/cs2-finalproject
Last synced: 9 days ago
JSON representation
CS2 Final Project - Linear Algebra Calculator
- Host: GitHub
- URL: https://github.com/ethan-arrowood/cs2-finalproject
- Owner: Ethan-Arrowood
- Created: 2017-03-01T05:17:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T04:38:26.000Z (over 7 years ago)
- Last Synced: 2024-10-05T17:42:11.589Z (3 months ago)
- Language: Java
- Size: 102 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to contribute:
Before you begin do the following:
a. In Eclipse: Right Click on project -> Select 'Team' -> 'Fetch From Upstream' -> 'Ok'
b. Right Click on project -> Select 'Team' -> 'Rebase' -> 'Rebase' -> 'Ok'
// This will make sure your version of our project is up to date.1. Create a new branch with the same title as the Trello card you're completing.
Replace spaces with '-' and lowercase all letters.
Example: 'Vector Addition' := 'vector-addition'In Eclipse: Right Click on project -> Select 'Team' -> 'Switch To' -> 'New Branch' -> Enter branch title -> 'Finish'
2. Code! 🎉
3. Save your work then:
Right Click on project -> Select 'Team' -> 'Commit' -> Stage files -> Enter message -> 'Commit and Push' -> 'Next' -> 'Finish' -> 'Ok'
4. Go to https://github.com/Ethan-Arrowood/CS2-FinalProject and you should see an option to 'Compare & pull request'.5. Fill in the appropriate information and select 'Create pull request'
6. Let Ethan know and he will review your code and merge your PR if everything works!
7. Clean Up Time!
In Eclipse: Right Click on project -> Select 'Team' -> 'Switch To' -> 'master'
Good work! Thanks for working on the project.