Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.83 KB

CONTRIBUTING.md

File metadata and controls

54 lines (42 loc) · 1.83 KB

Contributing to Gesture-Controlled Robotic Arm 🤖

  • 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

  1. Fork the Repository
  • Click the "Fork" button at the top of this repository to create your own copy.
  1. Clone Your Fork
  • Clone your forked repository to your local machine using:
git clone https://github.com/Robo-Linkers/Gesture-controlled-robotic-arm.git
  1. Create a New Branch
  • Create a branch for your changes:
git checkout -b feature/your-feature-name
  1. Make Your Changes
  • Add new features, fix bugs, or improve documentation.
  • Ensure your code follows the project's coding standards and is well-documented.
  1. Test Your Changes
  • Thoroughly test your changes to ensure they work as expected.
  • If applicable, add tests to cover new functionality.
  1. Commit Your Changes
  • Commit your changes with a descriptive commit message:
git commit -m "Add feature: description of feature"
  1. Push Your Changes
  • Push your branch to your forked repository:
git push origin feature/your-feature-name
  1. 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.

Guidelines for Contributions

  • 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.

Issue Reporting:

  • Before opening an issue, check if it already exists.
  • Provide detailed information about the issue, including steps to reproduce it if applicable.