Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.88 KB

CONTRIBUTING.md

File metadata and controls

51 lines (30 loc) · 1.88 KB

Welcome to the google-image-fetcher repository! We appreciate your interest in contributing.

How to Contribute

  1. Fork the Repository: Click the Fork button at the top right corner of this page to create your own copy of the repository.
git clone https://github.com/pb2204/google-image-fetcher.git
  1. Clone Your Fork: Use git clone to clone your fork to your local machine.

  2. Create a New Branch: Before making changes, create a new branch to work in. Choose a descriptive branch name.

git checkout -b my-feature-branch
  1. Make Changes: Make your changes to the codebase. Ensure that your code adheres to any coding guidelines and formatting standards in the project.

  2. Test Your Changes: Test your changes thoroughly to make sure they work as expected.

  3. Commit Your Changes: Commit your changes with a meaningful commit message.

git commit -m "Add new feature: my feature description"
  1. Push Your Changes: Push your changes to your fork on GitHub.
git push origin my-feature-branch
  1. Create a Pull Request: Go to the original repository and click on the "New Pull Request" button. Provide a clear and concise description of your changes.

  2. Review and Discuss: Participate in the discussion on your pull request. Be open to feedback and make any necessary changes.

  3. Merge: Once your pull request is approved, it will be merged into the main project.

Reporting Issues

If you encounter any issues with the project or have questions, please open an issue on the Issues page. Provide as much detail as possible to help us understand and address the problem.

Contact

If you have any questions or need further assistance, feel free to contact us:

Thank you for your contributions!