Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

48 lines (33 loc) · 1.97 KB

Contribution on Projects

  • You are allowed to upload your projects on various domains. Make sure that your projects are in appropriate folder if not there, create it.
  • You can make changes to make the project more attractive.To make any changes you should take the permission of the Project owner.
  • Go to Project folder upload your projects with valid name. Don't spam otherwise your PR will consider as spam.
  • If you need any help create new issues with proper description.

Contribution on DSA Problems

  • On DSA folder you can upload or optimise algorithms.
  • You can upload DSA problems and its solutions in any languages. Put it in a proper folder if not present then create it. Example - House Robber problem- DSA/Array/ your-file.java
  • Your algorithm must be in proper folder if not present make a folder then upload it. example- BinarySearch.java(file) -> Searching (folder)
  • You must add comments to your code so that users can easily understand.

Contribution on Cheatsheet, RoadMaps and Notes

  • You can upload cheatsheets, RoadMaps and Notes on different technical skills. Add your cheatsheets on Cheatsheet folder, RoadMpaps on Roadmaps folder and Notes on Notes folder.

In the interview folder, you can add interview questions on different topics.

How to contribute to this Repository

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!