- We welcome contributions to improve and enhance the Gesture-Controlled Robotic Arm project! Whether you're fixing bugs, adding features, improving documentation, or optimizing code, your efforts are greatly appreciated.
How to Contribute
- Fork the Repository
- Click the "Fork" button at the top of this repository to create your own copy.
- Clone Your Fork
- Clone your forked repository to your local machine using:
git clone https://github.com/Robo-Linkers/Gesture-controlled-robotic-arm.git
- Create a New Branch
- Create a branch for your changes:
git checkout -b feature/your-feature-name
- Make Your Changes
- Add new features, fix bugs, or improve documentation.
- Ensure your code follows the project's coding standards and is well-documented.
- Test Your Changes
- Thoroughly test your changes to ensure they work as expected.
- If applicable, add tests to cover new functionality.
- Commit Your Changes
- Commit your changes with a descriptive commit message:
git commit -m "Add feature: description of feature"
- Push Your Changes
- Push your branch to your forked repository:
git push origin feature/your-feature-name
- Submit a Pull Request (PR)
- Go to the original repository and click on "New Pull Request."
- Provide a clear and concise description of your changes in the PR description.
- Link any related issues if applicable.
- Code Style: Follow the coding standards used in this project.
- Documentation: Update documentation for any new features or changes.
- Commit Messages: Use clear and descriptive commit messages.
- Before opening an issue, check if it already exists.
- Provide detailed information about the issue, including steps to reproduce it if applicable.