Thank you for your interest in contributing to this project! Your contributions help improve the project and make it more useful for everyone.
-
Fork the Repository:
Create your own fork of the repository and clone it locally. -
Create a Feature Branch:
Create a new branch for your feature or bugfix:git checkout -b feature/your-feature-name
-
Make Your Changes:
Ensure your code follows the existing style, includes tests where applicable, and update documentation as needed. -
Commit Your Changes:
Write clear and concise commit messages. For example:feat: add endpoint for partial DHCP host updates
-
Open a Pull Request:
Submit your pull request to the main repository with a description of your changes and any relevant issues.
Please be respectful and considerate in your interactions with others in this community.
Thank you for contributing!