Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.38 KB

CONTRIBUTION.md

File metadata and controls

49 lines (31 loc) · 1.38 KB

Contribution Guidelines

Description

This project welcomes contributions from the community. Before contributing, please review the guidelines below.

Steps to Contribute

  1. Fork the repository.

  2. Clone the forked repository to your local machine.

    git clone https://github.com/your-username/foodie-blog.git 
  3. Create a new branch for your contribution.

    git checkout -b feature/your-contribution
  4. 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.
  5. Commit your changes.

    git commit -m "Description of your changes"
  6. Push your changes to your forked repository.

    git push origin feature/your-contribution
  7. Create a pull request on the main repository.

Issue Tracker

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.

License

By contributing to this project, you agree to the terms of the LICENSE.

Happy contributing!