Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.93 KB

File metadata and controls

50 lines (31 loc) · 1.93 KB

Contributing to Debian Host

We welcome contributions to the Debian Host project! Whether you want to report a bug, suggest an improvement, or submit a pull request, your help is greatly appreciated.

How to Contribute

Reporting Bugs

If you find a bug, please open an issue on our GitHub repository. When reporting a bug, please include:

  • A clear and descriptive title.
  • A detailed description of the bug, including steps to reproduce it.
  • The version of the project you are using.
  • Any relevant logs or error messages.

Suggesting Enhancements

If you have an idea for an enhancement, please open an issue on our GitHub repository. When suggesting an enhancement, please include:

  • A clear and descriptive title.
  • A detailed description of the proposed enhancement and why it would be beneficial.
  • Any relevant examples or mockups.

Submitting Pull Requests

We welcome pull requests for bug fixes and enhancements. Before submitting a pull request, please ensure that:

  • You have forked the repository and created a new branch for your changes.
  • Your code follows the project's coding style and conventions.
  • You have tested your changes thoroughly.
  • You have updated the documentation if necessary.

When submitting a pull request, please include:

  • A clear and descriptive title.
  • A detailed description of the changes you have made.
  • A reference to the issue that your pull request addresses (if applicable).

Coding Style and Conventions

  • Shell Scripts: Follow the Google Shell Style Guide.
  • Ansible: Follow the official Ansible best practices.
  • Documentation: Use Markdown for all documentation.

Code of Conduct

We are committed to providing a friendly, safe, and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, or religion. Please be respectful and considerate in all your interactions with the project and its community.

Thank you for your contributions!