Tencent Open Source Incentive Program encourages all developers' participation and contribution and we are looking forward to you joining us. You are welcomed to report issues or submit pull requests. Before contributing, please read the following guideline.
We use Github Issues to track public bugs and feature requests.
Please search for existing or similar issues before opening a new one, in order to avoid duplicated issues.
When creating a new issue, please provide detailed descriptions, screenshots, and/or short videos to help us locate and reproduce the problem(s).
For the moment, we have only one branch for simplicity:
master
branch:- This is the stable branch. Highly-stable versions will be tagged with certain version numbers.
- Please submit hotfixs or new features as PR to this branch.
We welcome everyone to contribute to PocketFlow. Our development team will monitor pull requests and perform related tests and code reviews. If passed, the PR will be accepted and merged to the master branch.
Before submitting a PR, please confirm the following:
- Fork the main repo
- Keep updated with the main repo
- Update comments and documentation after code changes
- Add licence and copyright notes to new files
- Keep the code style consistent (use
run_pylint.sh
) - Extensively test your code
- Make a pull request to master branch
BSD 3-Clause License is PocketFlow's open source license. Your contributed code will also be protected by this license.