Thank you for your interest in the AiToEarn project! We welcome all forms of contributions, including but not limited to bug reports, feature requests, code improvements, and documentation enhancements.
Please follow our code of conduct to ensure all participants can communicate in an open and friendly environment.
- Fork the project to your own GitHub account
- Create a feature branch:
git checkout -b feature/your-feature-name- Commit your changes:
git add .
git commit -m "feat: add new feature"- Push to your forked repository:
git push origin feature/your-feature-name- Create a Pull Request on GitHub
- Ensure the bug has not been reported in other issues
- Create a new issue and include the following information:
- Title describing the bug
- Detailed description of the bug
- Steps to reproduce the bug
- Screenshots (if available)
- Other information (such as error logs, stack traces, etc.)
- Ensure the feature has not been requested in other issues
- Create a new issue and include the following information:
- Title describing the new feature
- Detailed description of the new feature
- Screenshots (if available)
- Create a pull request
- Wait for other contributors to review the code
- Modify the code and commit the new changes
- Push the new commits to your forked repository
- Ensure the pull request is merged into the main repository