I welcome and appreciate contributions to the USDT REST API Wrapper project. By contributing, you help improve the project and make it better for everyone. Please take a moment to read the following guidelines before making your contribution.
Before you start contributing, ensure you have the following:
- Git installed on your local machine.
- A GitHub account.
-
Fork the repository to your GitHub account.
-
Clone your forked repository to your local machine:
git clone https://github.com/yourusername/usdt-rest-api.git
-
Create a new branch for your contribution:
git checkout -b feature/your-feature-name
-
Make your changes, fix bugs, or add new features.
-
Commit your changes:
git commit -m "Add your commit message here"
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Create a Pull Request (PR) to the main repository. Be sure to provide a clear and concise description of your changes in the PR.
Please follow the coding style and guidelines used in the project. Ensure your code is well-documented and adheres to best practices.
If you add new features or make changes, ensure that unit tests cover your code. Run the existing tests to make sure you haven't broken any existing functionality.
If you encounter any issues or bugs, please report them on the GitHub Issues page. Provide detailed information about the issue and steps to reproduce it.