Contributions are what make the open source community such an amazing place to learn, inspire, and create.
Below are the contributing guidelines for the program
- Fork the Project
- Create your Branch (
git checkout -b your_name/issue_name
) - Commit your Changes (
git commit -m 'issue solved'
) - Push to the Branch (
git push origin your_name/issue_name
) - Open a Pull Request
- Create you own Repository by name: (
problem_statement_name/your_enrollment_no.
) - Commit your Changes (
git commit -m 'code update info'
) - Push to the repo (
git push
)