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.
-
Fork the Repository: Start by forking the project repository on GitHub.
-
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 -
Create a New Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/YourFeatureName
-
Make Your Changes: Implement your feature or fix the bug.
-
Commit Your Changes: Commit your changes with a descriptive message.
git commit -m "Add feature: YourFeatureName" -
Push to Your Fork: Push your changes to your forked repository.
git push origin feature/YourFeatureName
-
Create a Pull Request: Navigate to the original repository and create a pull request from your branch.
- 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.
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.
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 for contributing to the IoT Lift Access Control System! Your help is greatly appreciated.