This project is still in active development. Development is based on the development branch. To contribute, follow these steps:
git clone https://github.com/matty22/JavaSchedulingSystem.gitgit checkout developmentgit checkout -b issue-label/reference-to-issue(ex. bug/fix-grammar-error)
Make your changes in your local copy...
git add [filename].extgit commit -m "Concise message that explains your changes"git checkout developmentgit pullgit checkout fix/my-branchgit merge developmentgit push origin fix/my-branch
Then, open a PR on the development branch on the repo.
For questions, read these three blog posts for guidelines on how to contribute: