This project welcomes and encourages all forms of contributions, including but not limited to:
Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
If you are new to GitHub here is a detailed help source on getting involved with development on GitHub.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct.
For more information see the Code of Conduct FAQ or
contact opencode@microsoft.com with any additional questions or comments.
When you submit an issue to GitHub, please do your best to
follow these guidelines! This will make it a lot easier to provide you with good
feedback:
The ideal bug report contains a short reproducible code snippet. This way
anyone can try to reproduce the bug easily (see this for more details). If your snippet is
longer than around 50 lines, please link to a gist or a GitHub repo.
If an exception is raised, please provide the full traceback.
Please include your operating system type and version number, as well as
your Python, autogen, scikit-learn versions. The version of autogen
can be found by running the following code snippet:
import autogen
print(autogen.__version__)
There is currently no formal reviewer solicitation process. Current reviewers identify reviewers from active contributors. If you are willing to become a reviewer, you are welcome to let us know on discord.
Please find the a general developing guide for AutoGen in FLAML here.
Detailed guidence for developing with AutoGen will be added soon.
Note:
some tips in this guide are based off the contributor guide from ray, scikit-learn, hummingbird, or FLAML.