Thank you for considering contributing to Model_deploy! We welcome contributions from the community to help improve and enhance the project. Please take a moment to review this document to make the contribution process easy and effective for everyone involved.
If you encounter any bugs or have suggestions for improvements, please report them by creating an issue in the GitHub Issues section. When reporting an issue, please include:
- A clear and descriptive title.
- A detailed description of the problem or suggestion.
- Steps to reproduce the issue, if applicable.
- Any relevant logs or screenshots.
We welcome pull requests for bug fixes, improvements, and new features. To submit a pull request:
- Fork the repository and clone your fork.
- Create a new branch for your changes:
git checkout -b my-feature-branch - Make your changes and commit them with clear and descriptive commit messages.
- Push your changes to your fork:
git push origin my-feature-branch - Open a pull request against the
mainbranch of the original repository.
Please ensure that your pull request:
- Follows the project's coding style and conventions.
- Includes tests for any new functionality or bug fixes.
- Does not introduce any new linting errors or warnings.
Please note that this project is governed by a Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to the project maintainers.
Thank you for your contributions!