<<<<<<< HEAD
We're excited that you're interested in contributing to JARVIS-MARK5! This document provides guidelines for contributing to the project. Please take a moment to review this information before submitting a pull request.
By participating in this project, you agree to abide by our Code of Conduct. Please read it before contributing.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/your-username/JARVIS-MARK5.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes, ensuring you follow the coding standards and guidelines.
- Commit your changes with clear, descriptive commit messages.
- Push your branch to your fork on GitHub:
git push origin feature/your-feature-name
- Open a pull request against the main repository's
main
branch.
- Follow PEP 8 style guide for Python code.
- Use meaningful variable and function names.
- Write clear comments and docstrings.
- Ensure your code is compatible with Python 3.7+.
- Add unit tests for new functionality.
- Ensure all tests pass before submitting a pull request.
- Run tests using
pytest
in the project root directory.
- Update the README.md file if you're adding new features or changing existing functionality.
- Provide clear and concise documentation for new code.
- Provide a clear description of the problem and solution in your PR description.
- Reference any related issues in your PR description.
- Ensure your PR passes all CI checks.
- Use the GitHub issue tracker to report bugs.
- Describe the bug in detail, including steps to reproduce.
- Include information about your environment (OS, Python version, etc.).
- Use the GitHub issue tracker to suggest new features.
- Clearly describe the feature and its potential benefits.
If you have any questions about contributing, please open an issue or contact the project maintainers.
We're excited that you're interested in contributing to JARVIS-MARK5! This document provides guidelines for contributing to the project. Please take a moment to review this information before submitting a pull request.
By participating in this project, you agree to abide by our Code of Conduct. Please read it before contributing.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/Likhithsai2580/JARVIS-MARK5.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes, ensuring you follow the coding standards and guidelines.
- Commit your changes with clear, descriptive commit messages.
- Push your branch to your fork on GitHub:
git push origin feature/your-feature-name
- Open a pull request against the main repository's
main
branch.
- Follow PEP 8 style guide for Python code.
- Use meaningful variable and function names.
- Write clear comments and docstrings.
- Ensure your code is compatible with Python 3.7+.
- Add unit tests for new functionality.
- Ensure all tests pass before submitting a pull request.
- Run tests using
pytest
in the project root directory.
- Update the README.md file if you're adding new features or changing existing functionality.
- Provide clear and concise documentation for new code.
- Provide a clear description of the problem and solution in your PR description.
- Reference any related issues in your PR description.
- Ensure your PR passes all CI checks.
- Use the GitHub issue tracker to report bugs.
- Describe the bug in detail, including steps to reproduce.
- Include information about your environment (OS, Python version, etc.).
- Use the GitHub issue tracker to suggest new features.
- Clearly describe the feature and its potential benefits.
If you have any questions about contributing, please open an issue or contact the project maintainers.
Thank you for contributing to JARVIS-MARK5!
9970a2a5c0b74385f01ab9c2347d77768b133f49