YLearn project welcome community contributors. To contribute to it, please follow guidelines below. As a start, you can check out outstanding issues. If you'd like to contribute to something else, please open a new issue for discussion.
Code contributions via pull requests are appreciated. Before that, please make sure:
- You are working with the latest source on the master branch.
- You have checked existing open and closed issues to make sure they aren't addressed before.
- You open an issue to discuss any significant work.
The general contribuitng workflow are:
- Fork the
YLearn
repo. - Clone the forked repo locally
- Create a certain branch for the change
- Make changes on the branch
- Test your changes
- Commit the changes to the branch with clear description
- Submit a pull request(PR)
- The PR will be merged to the main after verification by our maintainers