Skip to content

mubtasimfuad/code-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

code-snippets

✨ hacktoberfest2022 πŸ’«

banner

🌱 Contributing to hacktoberfest 2022

N|Solid

Hacktoberfest 2022: Complete your mission for open source πŸ‘¨πŸ»β€πŸ’»

Hacktoberfest: a month-long celebration of open-source projects, their maintainers, and the entire community of contributors.

Hacktoberfest 2022: Complete your mission for open source

https://www.digitalocean.com/blog/hacktoberfest-2022-your-mission-for-open-source


What can You contribute ⚠️

In our dev life, we have some code snippets that we frequently use. The goal of this repo is to store that code snippets so that one can quickly come here and use them to safe time.

  • Find the existing domain/programming language/framework or craete one if not exist.
  • Add your code snippet(s)

Process are as follows :-

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

How to Contribute to this repository

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-user-name/code-snippets.git
  • change the present working directory
cd code-snippets
  • Add/Create your code snippet to the specific folder as described in what you can contribute section.
  • Make a new branch
git checkout -b new-branch-name
  • Make change in the repository with the new branch.
git add -A
git commit -m "Your commit Message"
  • push the changes.
git push -u origin HEAD
  • Make a pull request.
  • Star the repository.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code whereever necessary

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages