AayushPaigwar / Innovate-with-Open-Soucre

An Open Source Event hosted by @aayushpaigwar
https://innovate-with-opensource.netlify.app/
12 stars 63 forks source link
first-time-contributors good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2024 help-wanted next nextjs open-source

Jarvis Logo

Innovate with Open Source
⭐️ Join the Open Source Revolution with Our Community ⭐️

⭐️ Website ⭐️

Alt Text

Stars Total Pull Requests Contributors Repo Size

Issues Pull Requests Forks


Tech Stack 🛠️

  • Next.js
  • Vercel
  • Git
  • GitHub

Steps to Contribute

Make a Simple Contribution :

  • Open the lib/data.js file
  • You will see a snippet of code below.
  • Just add that code with YOUR NAME and YOUR GITHUB PROFILE link to the array to make a simple contribution.
//Male:- https://avatar.iran.liara.run/public/job/operator/male
//Female:- https://avatar.iran.liara.run/public/job/operator/female
{
  name: "Your Name",
  role: "Your Role (e.g., Contributor)",
  github: "https://github.com/your-github-username",
  image: "https://avatar.iran.liara.run/public/job/operator/male" // or your image URL
}

And that's all ! 🚀

How to Contribute

To make Contribution :

  1. Fork this repository to your GitHub account.
  2. Clone the forked repository to your local machine:
    git clone https://github.com/your-username/Innovate-with-Open-Source.git
  3. Create a new branch for your contribution:
    git checkout -b contributor/your-name
  4. Make your changes in the Snippet of Code.
  5. Commit your changes and push them to your forked repository:
    git add .
    git commit -m "Add your meaningful commit message here"
    git push origin contributor/your-name
  6. Create a Pull Request (PR) from your forked repository to this main repository.
  7. Your PR will be reviewed and merged if everything is in order.
├── app
│   ├── fonts
│   ├── favicon.ico
│   ├── globals.css
│   ├── layout.js
│   └── page.js
├── components
|   ├── ui
|   |    └── button.jsx
|   ├── cards.jsx                        #Contributors card ui
|   ├── footer.jsx                       #Footer of the Website
|   ├── hero.jsx                         #Welcome Page of the Website
|   ├── howtocon.jsx                     #Contribution Steps
|   ├── Navbar.jsx                       #Header of the Website
|   └── section.jsx
└── lib
    ├── data.js                          #First Contributors Move here 👋🏻
    └──utils.js

Contribution Guidelines

  • Ensure your code follows the project's coding standards and conventions.
  • Make sure to document your code and add comments where necessary.
  • Test your changes to ensure they work as expected.

Contributors for Innovate with Open Source🧑🏻‍💻


Code of Conduct

To create a greater sense of inclusion and community for contributors, please adhere to the following Code of Conduct:

  • Be Respectful: Treat everyone with respect and kindness, valuing their contributions and opinions.
  • Be Inclusive: Encourage participation from people of all backgrounds, identities, and experiences.
  • Be Collaborative: Foster a collaborative environment where constructive feedback is welcomed.
  • Be Professional: Maintain professionalism in all interactions, avoiding inappropriate language or behavior.

For detailed guidelines, please refer to the Code of Conduct document.

Happy Coding!🚀

Coder


Made with ❤️ by [Aayush Paigwar](https://github.com/AayushPaigwar)