Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.95 KB

File metadata and controls

51 lines (34 loc) · 1.95 KB

Contributing to IoT Lift Access Control System

Thank you for your interest in contributing to the IoT Lift Access Control System! We welcome contributions from everyone. Please follow these guidelines to ensure a smooth collaboration.

How to Contribute

  1. Fork the Repository: Start by forking the project repository on GitHub.

  2. Clone Your Fork: Clone your forked repository to your local machine.

    git clone https://github.com/YOUR_USERNAME/lift-access-control.git
    cd lift-access-control
  3. Create a New Branch: Create a new branch for your feature or bug fix.

    git checkout -b feature/YourFeatureName
  4. Make Your Changes: Implement your feature or fix the bug.

  5. Commit Your Changes: Commit your changes with a descriptive message.

    git commit -m "Add feature: YourFeatureName"
  6. Push to Your Fork: Push your changes to your forked repository.

    git push origin feature/YourFeatureName
  7. Create a Pull Request: Navigate to the original repository and create a pull request from your branch.

Guidelines

  • Ensure that your code follows the existing coding style and conventions used in the project.
  • Write clear commit messages that explain your changes.
  • If you're fixing a bug, please provide a description of the issue and how your changes resolve it.
  • For new features, include any relevant documentation and tests.

Reporting Issues

If you encounter any issues while using the IoT Lift Access Control System, please report them by creating an issue in the repository. Provide as much detail as possible, including steps to reproduce the issue.

Code of Conduct

Please adhere to the Code of Conduct when contributing to this project. We strive to create a welcoming and inclusive environment for everyone.

Thank You

Thank you for contributing to the IoT Lift Access Control System! Your help is greatly appreciated.