Skip to content

Get started with open source! I would greatly appreciate it if you could give a star to my project ⭐

Notifications You must be signed in to change notification settings

0ME9A/First-Contribution-

 
 

Repository files navigation

🎉 Want to start your journey in Open Source?! 🎉

I made this for anyone who wants to start but is frustrated by the fact that "good first issues" aren't always beginner-friendly, based on my experience so far.

If you're confused about how to get started, watch this quick, straight-to-the-point video:

Contributing to Open Source Can Change Your Life - Here’s How to Do It

Here are the steps to follow to contribute to this project:

  1. Fork this repo
  2. Navigate to your desktop and clone the repo you just forked
cd desktop 
git clone <url>
cd <repoName>
  1. Install dependencies! npm install (or pnpm install or yarn). After you have installed those, go ahead and install npm install @picocss/pico
  2. Make a branch and name it whatever you like
git branch <branchName>
git checkout <branchName>
  1. Make changes!
  2. Navigate to src folder and then click on the routes folder. 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 😞

Contributors 👷

Thank you to you all!

About

Get started with open source! I would greatly appreciate it if you could give a star to my project ⭐

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 72.7%
  • TypeScript 15.2%
  • JavaScript 8.9%
  • HTML 2.8%
  • CSS 0.4%