I'm eager to see your contributions to this project! Here's how you can get involved:
- The folder structure should follow this pattern:
project-name/ ↳ directory-name/ (optional) ↳ another-directory-name/ (optional) ↳ index.html (required) ↳ about.html (optional) ↳ contact.html (optional) ↳ Live Demo Link (required)
- Only HTML and Media files allowed.
- The project should contain at least one HTML file.
- Please follow the HTML best practices provided in the HTML Best Practices GitHub repository.
If you're new to contributing to open source projects, you can follow these steps to get started:
-
Fork this repository to your GitHub account.
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/project-name.git
-
Make your changes and commit them with a descriptive message:
git commit -m "Add your description here"
-
Push your changes to your forked repository on GitHub:
git push origin
-
Create a pull request from your forked repository on GitHub to the main project repository.
-
Wait for feedback and collaborate with the maintainers to address any necessary changes.
-
Once your contribution is approved, it will be added into the main project.
Thank you for considering contributing to this project. Your contributions are highly valued, and I look forward to seeing your creative ideas and improvements!