- Make sure you have added yourself as an assignee to the GitHub issue you are working on. In case there is no GitHub issue, please create one or ask the admin to create an issue.
- Use our installation guidelines to set up the project.
- Push your local changes to Github.
-
Once you have updated you master branch with the latest changes, you can follow these steps to create a new branch, make changes, and push it to GitHub.
git checkout -b branchname # create a branch where you will commit your changes git add . # stage the changes git commit -m 'commit message' # commit the changes git push origin branchname # push your local branch to GitHub and then create a Pull Request
-
- Click here to download sample database Note: For creating migrations and seeders
When you are working in specified module, create migrations/seeders in the specified module instead of the main portal module.
-
Naming Conventions
-
Database conventions
-
Formatting
-
Variable Naming Conventions in Employee Portal