Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 990 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 990 Bytes

Contributing to EasyTransfer

Thank you for considering contributing to EasyTransfer! We welcome contributions from the community. Please follow these guidelines to ensure a smooth contribution process.

Getting Started

  1. Fork the repository on GitHub.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/YOUR_USERNAME/EasyTransfer.git
  3. Create a new branch for your feature or bugfix:

    git checkout -b feature-or-bugfix-name

Making Changes

  1. Ensure your code follows the project's coding standards and conventions.
  2. Write clear and concise commit messages.
  3. Test your changes thoroughly.

Submitting a Pull Request

  1. Push your changes to your forked repository:

    git push origin feature-or-bugfix-name
  2. Open a pull request on the original repository.

  3. Provide a clear and detailed description of your changes.

  4. Ensure your pull request passes all checks and tests.