Skip to content

Contributing

Contributions are welcome!, Please follow these steps to suggest changes:

Fork and Clone Repository

  1. Fork the repository. For detailed instructions, refer to the GitHub documentation on forking a repository.
  2. Clone your forked repository to your local machine:
    Terminal window
    git clone https://github.com/your-username/dine-api.git
    cd dine-api

Make your changes

  1. Create a new branch for your changes:

    Terminal window
    git checkout -b your-username
  2. Implement your changes or new features. Be sure to test your code thoroughly.

  3. Commit your changes with a descriptive message:

    Terminal window
    git add .
    git commit -m "Add feature or fix description"

Publish your changes

  1. Push your changes to your forked repository:

    Terminal window
    git push origin your-username
  2. Create a pull request. For detailed instructions, refer to the GitHub documentation on creating a pull request.

  3. I will review your pull request and provide feedback or request changes. Be responsive to review comments and make any necessary adjustments.

By following these steps, you help improve the Dine API and contribute to its development!