Welcome to the Hacktoberfest'23 Contributors repository! We're excited to have you contribute to this 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.
To contribute to this project, follow these steps:
-
Fork this repository by clicking the "Fork" button in the top right corner of this page.
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/newbie-practice.git
1.Create a new branch for your contribution. Choose a meaningful branch name, for example:
git checkout -b add-your-name
-
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>
-
Save the file and commit changes:
git add contributors.html
git commit -m "Add [Your Name] to contributors"
- Push your changes to the forked repo :
git push origin add-your-name
-
Visit the original repository on GitHub (the one you forked from).
-
Create a Pull Request by clicking the "New Pull Request" button.
-
In the pull request description, provide a brief summary of your contribution.
-
Submit the Pull Request.
This project is licensed under the MIT License Thank you for contributing to Hacktoberfest'23 Contributors! Your contributions are greatly appreciated.