I am excited to welcome contributions from anyone interested in participating in Hacktoberfest 2023.
This project is a purely front-end project.These static webpage created using HTML and CSS.
Take a look at the : https://hrutvikkhatkar.github.io/Restaurant_website_HacktoberFest/
Whether you are a coder π¨πΎβπ» or non-coder π©βπ¨, newbie πΆ or more experienced π΄, your contribution is welcome!
Let's build a website and join the revolution!
π‘ If you have any ideas (feature requests)about what cool things could go on the website, please create an issue to describe it.
π’ If you have some additional thoughts on any of the issues, go ahead and π share your comment on the issue page.
πΈπ§βπ» If you have some code you want to contribute, either directly submit a pull request or create an issue first, so then we can discuss it and/or I can assign the issue to you.
Hacktoberfest is an event on GitHub or GitLab that encourages everyone to participate in open-source software development. To complete the challenge, you need to make four or more pull requests during the month of October. Successful pull requests earn you digital badges and provide an opportunity to learn more about git, GitHub or GitLab, and in this project's case, web development, JavaScript, HTML, and CSS.
Visit hacktoberfest.com ) β for more information.
Clone the project
git clone https://github.com/your_user_name/Restaurant_website_HacktoberFest.git
Create branch
git checkout -b "<your branch name>"
Make your changes
Commit and Push
git add .
git commit -m 'commit message'
git push origin <your branch name>
Create a new pull request from your forked repo at GitHub. (Click on the green "Compare & pull request" button that is near the top of the page.)
Wait for your PR review and merge approval. I will review it as soon as possible. Thank you for your time and effort in improving this project!
Have a doubt about how to contribute refer contribution guide