Skip to content

Raulj123/First-Contribution-

Repository files navigation

Contribute to Open Source 🚀

GitHub forks GitHub Repo stars GitHub commit activity

Created to help newcomers dive into open source more easily, addressing the frustration when "good first issues" aren't beginner-friendly, drawing from my own experience.

Here's how you can contribute::

  1. Fork this repo
  2. Clone the forked repo to your desktop.
cd desktop 
git clone <url>
cd <repoName>
  1. Install dependencies! npm install (or pnpm install or yarn).
  2. Create a branch
git branch <branchName>
git checkout <branchName>
  1. Make changes!
  2. Navigate to src directory and then click on the Data directory. In there, you should see a file called contributors.ts.
  3. Add the following code(replace the info with yours of course) in contributors.ts
// contributors add your code below this line
{
  name: 'Raul',
  github: 'https://github.com/Raulj123'
},
  1. Run the command below to see your changes.
npm run dev 
  1. You're done! Go ahead and push your changes bruh 😤

I decided to make this project at 11 PM at night while I was looking for beginner-friendly open source projects. Unfortunately, those are hard to find 😞

Star History :📈

Star History Chart

Contributors 👷