Skip to content

AayushPaigwar/Innovate-with-Open-Soucre

Repository files navigation

Jarvis Logo

Innovate with Open Source
⭐️ An Open Source Event Organized by Jarvis GHRCE⭐️

Alt Text

Contributors for Innovate with Open Source🧑🏻‍💻


Steps to Contribute

Make a Simple Contribution :

  • Open the index.html file
  • You will see a snippet of code below.
  • Just add that code with YOUR NAME and YOUR GITHUB PROFILE link to make a simple contribution.
<div class="card">
                <div class="img-sec">
                    <img src="https://cdn.pixabay.com/photo/2017/01/31/21/23/avatar-2027365_1280.png" height="150px"
                        width="150px">
                </div>
                <div class="info">
                    <div class="label">YOUR NAME</div>
                    <div class="desc">Contributor</div>
                    <div class="github">
                        <a class="" href="YOUR NAME" target="_blank">
                            <i class="fa-brands fa-github fa-2xl hero"></i>
                        </a>
                    </div>
                </div>
            </div>

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/jarvis-ghrce/Innovate-with-Open-Soucre
  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.
├── README.md
├── dist
│   ├── assets
│   │   ├── code-C8KzPs09.jpg
│   │   ├── index-D-xjSeyR.css
│   │   ├── index-j0RrcO3W.js
│   │   ├── instagram-CVFJBcOL.png
│   │   └── linkedin-DYsRWqBD.png
│   └── index.html
├── index.html
├── package-lock.json
├── package.json
├── readme-assets
│   ├── jarvis-circle.png
│   └── website.gif
├── src
│   ├── App.css
│   ├── App.jsx
│   ├── Components
│   │   ├── Footer.jsx                    #Footer of the Website
│   │   ├── Header.jsx                    #Header of the Website
│   │   ├── Lists.jsx                   👋🏻#First Contributors Move here
│   │   └── Welcome.jsx                   #Welcome Page of the Website
│   ├── assets
│   │   ├── code.jpg
│   │   ├── github-mark.png
│   │   ├── instagram.png
│   │   ├── jarvis.png
│   │   └── linkedin.png
│   └── main.jsx
└── vite.config.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.

Happy Coding!🚀


Made with ❤️ by Aayush Paigwar