A repository by- seemantaggarwal for beginners to create their first Pull Request.
- Register your GitHub ID on hackoberfest website. ( https://hacktoberfest.digitalocean.com/ )
2.Fork this repository.
Do the following steps back in my repository(only that will trigger a pull request) and not in your forked one
-
Add an algorithms in desired algorithm in specified folder(create new folders as per your requirement). Anything goes, from android to ML to anything you like.
-
Add your name and github profile link in contributors.md as follows
- [seemantaggarwal](https://github.com/seemantaggarwal)
- Send a pull request
- I'll take a look at change and then merge them with master branch.
Don't worry newcomers!! Everyone's PRs will be merged,just follow the steps properly!!
All of your suggestions are welcome!!
- Check if your code is already present the library.
- If it is present then please don't add your code. If you could make the existing code better, then go ahead.
- Follow the camelCase naming convention for source files.
- If you want to make a folder please keep the first letter of the folder name capital.
- Add your code to the proper folder.