Do you want to contribute to this project? Here are some of the guidelines on how to contribute on this project:
-
Fork repo
Fork the repository to your account so that you have your copy of the system.
-
Clone repo
$ git clone --recursive git@github.com:<your-username>/Employee-Management-System
This is where all the issues and new requirements for the system are posted. This is a good place to start when you want to contribute.
This is also where you can report issues yourself. If you find any issues with the system or have any new things to suggest, just open up an issue for it.
Once you have selected an Issue to solve, go ahead and write the code for that in your fork on a separate branch and send in a Pull Request. For more info about Pull Requests, visit this link.
We look forward to your contributions.