This project welcomes contributions from the community. Before contributing, please review the guidelines below.
-
Fork the repository.
-
Clone the forked repository to your local machine.
git clone https://github.com/your-username/foodie-blog.git
-
Create a new branch for your contribution.
git checkout -b feature/your-contribution
-
Make your changes and ensure the project is still working correctly. To get the web app up and running, you need to:
- Open the
index.html
file in a web browser. - Install any dependencies by running
npm install
(if applicable). - For a more convenient development process, consider using Live Server on VS Code.
- Open the
-
Commit your changes.
git commit -m "Description of your changes"
-
Push your changes to your forked repository.
git push origin feature/your-contribution
-
Create a pull request on the main repository.
Before working on a new feature or bug fix, check the issue tracker to see if the task is already in progress or if it needs attention.
By contributing to this project, you agree to the terms of the LICENSE.
Happy contributing!