READ THE RULES FOR CONTRIBUTION CAREFULLY! Any PR (Pull Request) that violates rules will be marked SPAM.
A repository containing two areas to contribute -- Problem Solving (CP) and Web Dev.
Not Affiliated with Digital Ocean or Hacktoberfest.
- Check the domains -> Problem Solving and Web Development.
- Upload each solution to the respective correct folders i.e. all web dev solutions must be added to web-dev folder only.
- No Duplications of solutions allowed.
- Each solution must follow a unique format of PR, which can be found in respective folders rules.
- Each solution should have a different PR. PRs with multiple solutions will be rejected.
- Create at most 4 PRs. Any more after that wont be accepted.
- Incorrect solutions will not be accepted.
- Kindly send your institute Roll No. while making your PR.
- Mails regarding rejection of PRs will not be entertained.
- CS Club IIITDM has all rights to reject PRs and the decision made by the cores will be final in this regard.
- All PRs will be accepted on a First Come First Serve Basis.
- Please give us 48hrs at max to respond to submitted PRs.
- Fork Repo on Web Page
git clone https://github.com/{your-username}/Hacktoberfest-advanced- Code your files in the proper directory based on the instructions above
- add all your files
git add your/directory/path/to/file/(see new directory structure above) - commit your file changes
git commit -m "Whatever you did here, e.g. created linkedlist class in C++" - push your changes
git push - Create a Pull Request to main branch on Web Page.
- Fork Repo on Web Page
- Make your changes on your forked repo
- Make Pull Request to master
NOTE: Always take a pull from the upstream repository to your main branch to keep it as per with the main project (updated repository).