Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

28 lines (13 loc) · 1.1 KB

Contributing

Do you want to contribute to this project? Here are some of the guidelines on how to contribute on this project:

Setting up the site for local development

  • 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
    

Issues

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.

Pull Requests

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.