Aryan-Pillai7 / newbie-practice

This repo will be used as a playground by GDSC-BIT members to practice how to make a PR

Home Page:https://newbie-practice.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest'23 Contributors

Welcome to the Hacktoberfest'23 Contributors repository! We're excited to have you contribute to this project.

Table of Contents

About the Project

This project is a simple HTML table displaying contributors' names, emails, and hobbies. Your contributions can include adding your information to the table or making improvements to the existing code.

How to Contribute

To contribute to this project, follow these steps:

Getting Started

  1. Fork this repository by clicking the "Fork" button in the top right corner of this page.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/your-username/newbie-practice.git
    

Adding Your Contribution

1.Create a new branch for your contribution. Choose a meaningful branch name, for example:

git checkout -b add-your-name
  1. Edit the contributors.html file to add your information to the table.

    <tr>
      <td>Your Name</td>
      <td>Your Email</td>
      <td>Your Hobbies</td>
    </tr>
  2. Save the file and commit changes:

git add contributors.html
git commit -m "Add [Your Name] to contributors"

Making a Pull Request

  1. Push your changes to the forked repo :
git push origin add-your-name
  1. Visit the original repository on GitHub (the one you forked from).

  2. Create a Pull Request by clicking the "New Pull Request" button.

  3. In the pull request description, provide a brief summary of your contribution.

  4. Submit the Pull Request.

License

This project is licensed under the MIT License Thank you for contributing to Hacktoberfest'23 Contributors! Your contributions are greatly appreciated.

About

This repo will be used as a playground by GDSC-BIT members to practice how to make a PR

https://newbie-practice.vercel.app


Languages

Language:HTML 57.2%Language:CSS 26.2%Language:JavaScript 16.6%