Note:
- Collaborators are invite only.
- Don't push into the
main
branch of the original repo - Pull updated code from original repo's
main
to forked repo'smain
.
To add contributions/code
- Fork the repository
- Clone the forked repository to the system
- Add your contributions in this cloned repository
- Push you changes to the forked repo
- Create a Pull request to merge into the
dev
branch of the original repository.
To schedule contributions
- Go to https://github.com/users/amaan-aly246/projects/3.
- Take a feature in 'ToDo' list and put it in 'Pending' list.
- When a feature is added to master branch put it in 'Done' list.
For adding pages
- Go to src/pages and add your code to the corresponding file page
- Use src/components to add your custom components