Attendance monitoring, Leave administration, Personnel Management, Payroll, Recruitment, Performance Management and more..
- Fork it.
- Create a branch (
git checkout -b my_markup
) - Commit your changes (
git commit -am "Added Snarkdown"
) - Push to the branch (
git push origin my_markup
) - Create an [Issue][1] with a link to your branch
- Enjoy a refreshing Diet Coke and wait
https://docs.google.com/document/d/1EKI6tkr3-Yb6Yq47rFlU0LbZ47aNTH5vprqGF9UQ4kE/edit?usp=sharing
Branch | Naming Convention | Example |
---|---|---|
Feature | feature/{feature-name} | feature/user-management |
Bug | bugfix/{bug-name} | bugfix/bug-error-add-user |
Hot Fix | hotfix/{fix-name} | hotfix/fix-paypal-payment |
Release | release/{release-date-version} | release/2018-12-03-v-01 |
https://github.com/kamranahmedse/design-patterns-for-humans
We can run test using laravel dusk
php artisan dusk
HRIS is open-sourced software licensed under the MIT license.