Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1022 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1022 Bytes

Contributing to DHCP REST API

Thank you for your interest in contributing to this project! Your contributions help improve the project and make it more useful for everyone.

How to Contribute

  1. Fork the Repository:
    Create your own fork of the repository and clone it locally.

  2. Create a Feature Branch:
    Create a new branch for your feature or bugfix:

    git checkout -b feature/your-feature-name
  3. Make Your Changes:
    Ensure your code follows the existing style, includes tests where applicable, and update documentation as needed.

  4. Commit Your Changes:
    Write clear and concise commit messages. For example:

    feat: add endpoint for partial DHCP host updates
    
  5. Open a Pull Request:
    Submit your pull request to the main repository with a description of your changes and any relevant issues.

Code of Conduct

Please be respectful and considerate in your interactions with others in this community.

Thank you for contributing!