Innovate with Open Source
⭐️ Join the Open Source Revolution with Our Community ⭐️
- Next.js
- Vercel
- Git
- GitHub
- Open the
lib/data.js
file. | 📌for Adding Blogs openlib/blogs.js
- 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://github.com/your-github-username.png" // or your image URL
}
// Blogs
{
title: "Blog Title",
link: "blog_url",
author: "John Doe",
date: "Sep 19, 2024",
image: "image_url",
avater: "avater_url",
}
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine:
git clone https://github.com/your-username/Innovate-with-Open-Source.git
- Create a new branch for your contribution:
git checkout -b contributor/your-name
- Make your changes in the Snippet of Code.
- 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
- Create a Pull Request (PR) from your forked repository to this main repository.
- 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
- 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.
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.
Made with ❤️ by Aayush Paigwar