Taking employee assessments to the moon 🚀
| Codebase | Description |
|---|---|
| Frontend | React |
| Backend | PHP / LARAVEL |
- dev -> pr this branch for everything
frontend&backendrelated - main -> dont touch this branch, this is what is running in production.
Engineering360 is open to contributions, but I recommend creating an issue or replying in a comment to let us know what you are working on first that way we don't overwrite each other.
Please read CONTRIBUTING.md for details on this project.
| Type | Description | |
|---|---|---|
| feat | Features | A new feature |
| fix | Bug Fixes | A bug fix |
| docs | Documentation | Documentation only changes |
| style | Styles | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
| refactor | Code Refactoring | A code change that neither fixes a bug nor adds a feature |
| perf | Performance Improvements | A code change that improves performance |
| test | Tests | Adding missing tests or correcting existing tests |
| build | Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
| ci | Continuous Integrations | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |
| chore | Chores | Other changes that don't modify backend, frontend or test files |
| revert | Reverts | Reverts a previous commit |
Sample Commit Messages
chore: Updated README file:=choreis used because the commit didn't make any changes to the backend, frontend or test folders in any way.feat: Added plugin info endpoints:=featis used here because the feature was non-existent before the commit.
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
Check here on how to run locally