OpenAGI
OpenAGI copied to clipboard
Akhil Create python-package-conda.ymlak
Thank you for your contribution to OpenAGI! Before submitting the pull request, please ensure the PR meets the following criteria! This helps improve the efficiency of the review process.
Code Quality
Before submitting your PR, you need to follow the steps below to maintain code quality.
- Use
pip install -r requirements-dev.txtto install the extra dependencies in requirements-dev.txt for the following checks. - Use
pre-commit installto install pre-commit locally before you commit messages. The pre-commit can help correct the style that are added or modified. - Use
pytest -v tests/to run the test code and make sure it passes all the checks.
PR title and classification
Only specific types of PRs will be reviewed. The PR title is prefixed appropriately (i.e., "prefix: description") to indicate the type of change. Please use one of the prefixs as below:
featAdd new featuresfixFix bugsdocsModify documents like README, CONTRIBUTEstyleModify code format like space and comma without changing code logicrefactorRefactor code structure without adding new features or fixing new bugsperfImprove performance or user experiencetestTest features, including unit test and integration testchoreChange the build procedure or add dependenciesrevertRevert to the previous version
PR messages
- Description: a description of the change
- Issue: the issue # it fixes, if applicable
- Dependencies: any dependencies required for this change
For the Reviews
- After the PR is submitted, the PR will be assigned to a reviewer. Every reviewer will pick up the PRs based on their expertise and availability.
- If no one reviews your PR within a few days, please @-mention one of dongyuanjushi, evison, Wenyueh, BRama10.