Thank you for considering contributing to EasyTransfer! We welcome contributions from the community. Please follow these guidelines to ensure a smooth contribution process.
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine:
git clone https://github.com/YOUR_USERNAME/EasyTransfer.git
-
Create a new branch for your feature or bugfix:
git checkout -b feature-or-bugfix-name
- Ensure your code follows the project's coding standards and conventions.
- Write clear and concise commit messages.
- Test your changes thoroughly.
-
Push your changes to your forked repository:
git push origin feature-or-bugfix-name
-
Open a pull request on the original repository.
-
Provide a clear and detailed description of your changes.
-
Ensure your pull request passes all checks and tests.