This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from!
Go through the Contributing Guidelines for a detailed information on contributing to this repository!
For beginners - Jump to this section.
Implemented as a part of Hacktoberfest 2020 - Open source for Beginners session conducted on 01/10/2020. You can watch the recording here..
Hacktoberfest is a month-long celebration of open source software in partnership with Github. A repository for beginners to create their first Pull Request and repository for veteran contributors to contribute cool snippets.
Anyone can sign up anytime between October 1 and October 31.
Go through the FAQs section on the Hacktoberfest website - https://hacktoberfest.digitalocean.com/faq/
- Step 1 - Create a GitHub account for free.
- Step 2 - Register at Hacktoberfest official website using your GitHub ID.
- Step 3 - Star this repository and fork it.
- Step 4 - Code and create a pull request - Go through the Contributing Guidelines.
-
If you don't have a github account and want to participate in Hacktoberfest - go through this section.
-
If this is your first time creating a Pull Request - go through the next section to know how to create one.
- Fork and Star this repository
- Create a new git branch
- Add files / Modify files
- Add and commit your changes
- Push your changes to your forked repository
- Open this repository and click on Pull requests and then the New Pull Request button
- Click on compare across forks and select head repository as your own forked repository and the new branch with changes
- Click on Create pull request
And voila! You have created a new pull request! Now all that's left is for the maintainer for the project/repository to review your PR and merge it if it is good to go!