/Explore-open-source

𝕮𝖔𝖉𝖊𝖗2𝖍𝖆𝖈𝖐𝖊𝖗 𝖕𝖑𝖆𝖙𝖋𝖔𝖗𝖒 𝖜𝖎𝖑𝖑 𝖕𝖗𝖔𝖛𝖎𝖉𝖊 𝖌𝖚𝖎𝖉𝖆𝖓𝖈𝖊 𝖙𝖔 𝖇𝖊𝖌𝖎𝖓𝖓𝖊𝖗 𝖉𝖊𝖛𝖊𝖑𝖔𝖕𝖊𝖗𝖘 𝖆𝖓𝖉 𝖒𝖆𝖐𝖊 𝖙𝖍𝖊𝖒 𝖚𝖓𝖉𝖊𝖗𝖘𝖙𝖆𝖓𝖉 𝖙𝖍𝖊 𝖇𝖊𝖓𝖊𝖋𝖎𝖙𝖘 𝖔𝖋 𝖚𝖘𝖎𝖓𝖌 𝖆𝖓𝖉 𝖊𝖝𝖕𝖑𝖔𝖗𝖎𝖓𝖌 𝖔𝖕𝖊𝖓 𝖘𝖔𝖚𝖗𝖈𝖊 𝖕𝖗𝖔𝖌𝖗𝖆𝖒𝖘 𝖆𝖓𝖉 𝖕𝖑𝖆𝖙𝖋𝖔𝖗𝖒𝖘. 𝕿𝖍𝖊 𝖆𝖎𝖒 𝖔𝖋 𝖙𝖍𝖎𝖘 𝖗𝖊𝖕𝖔 𝖎𝖘 𝖙𝖔 𝖒𝖆𝖐𝖊 𝖆 𝖈𝖔𝖒𝖕𝖑𝖊𝖙𝖊 𝖇𝖊𝖌𝖎𝖓𝖓𝖊𝖗 𝖒𝖆𝖐𝖊 𝖍𝖎𝖘/𝖍𝖊𝖗 𝖋𝖎𝖗𝖘𝖙 𝖈𝖔𝖓𝖙𝖗𝖎𝖇𝖚𝖙𝖎𝖔𝖓 𝖆𝖓𝖉 𝖌𝖊𝖙 𝖆𝖈𝖖𝖚𝖆𝖎𝖓𝖙𝖊𝖉 𝖜𝖎𝖙𝖍 𝖙𝖍𝖊 𝖕𝖗𝖔𝖈𝖊𝖘𝖘𝖊𝖘 𝖎𝖓𝖛𝖔𝖑𝖛𝖊𝖉 𝖙𝖍𝖗𝖔𝖚𝖌𝖍𝖔𝖚𝖙 𝖙𝖍𝖊𝖎𝖗 𝖏𝖔𝖚𝖗𝖓𝖊𝖞 𝖎𝖓 𝖙𝖍𝖊 𝖜𝖔𝖗𝖑𝖉 𝖔𝖋 𝖔𝖕𝖊𝖓 𝖘𝖔𝖚𝖗𝖈𝖊.

Primary LanguageJupyter Notebook

Explore Open Source

Hacktoberfest 2021

Welcome to the world of Open Source

Coder2hacker platform will provide guidance to beginner developers and make them understand the benefits of using and exploring open source programs and platforms. The aim of this repo is to make a complete beginner make his/her first contribution and get acquainted with the processes involved throughout their journey in the world of open source.

Getting Started

  1. Fork this repo.
  2. Clone the repo git clone <YOUR_FORKED_REPO_URL>
  3. CD into the specific directory. Create a new branch of the master git branch <NEW_BRANCH_NAME>
  4. You can check which branch you are in using git branch . Now checkout to the new branch created. git checkout <BRANCH_NAME>
  5. Create a new file named <YOUR_GITHUB_USERNAME>.json and create content as shown in sample here.
  6. Stage the changes by using the command git add ..
  7. Commit the changes made by you using the command git commit -m "<YOUR_MESSAGE>". Give an appropriate message explaining the changes you made.
  8. Push the changes using git push
  9. After you push the changes head over to the forked repo and a Compare & pull request button will appear.
  10. Click on that button and you will be taken to a page where you can create a pull request. After you have submitted the PR, we will review your work and approve the PR and merge it with the master branch.