Project for ESOF 423- an inventory management system (IMS) for the HRDC.
To contribute to the project:
- make a branch on github
git pullon the main branchgit checkout branch-name- do your work, add your feature, you can save your changes to your branch
- push your changes (make sure you are on your branch, not main)
- on github, make a pull request to merge your changes into the main branch (resolve any merge conflicts)
- tag someone for a review (probably not necessary for smaller changes)
- once someone approves, merge it