Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.84 KB

Contributing Guidelines

Thank you for considering contributing to the docker-k8s-dotfiles repository! We welcome contributions from the community to improve and enhance the project. Whether you want to report an issue, submit a feature request, or contribute code changes, your efforts are greatly appreciated.

Reporting Issues

If you encounter a problem or have a suggestion, please submit an issue to the issue tracker. When reporting an issue, please provide detailed information about the problem you're facing, steps to reproduce, and any relevant logs or error messages.

Pull Requests

We encourage you to contribute code changes to the repository. To submit a pull request (PR), follow these steps:

  1. Fork the repository to your GitHub account.
  2. Create a new branch from the main branch for your changes.
  3. Make your code changes and ensure that your code follows the project's coding conventions.
  4. Write tests for new features or bug fixes, if applicable.
  5. Commit your changes with descriptive commit messages.
  6. Push your branch to your forked repository.
  7. Submit a pull request to the main branch of the main repository.

Coding Conventions

  • Follow the existing code style and naming conventions in the repository.
  • Write clear and concise commit messages.
  • Include relevant comments in your code for clarity.

Code of Conduct

Please note that this project follows the Code of Conduct. Be respectful and considerate of others when participating in discussions or contributing code.

License

By contributing to this repository, you agree that your contributions will be licensed under the LICENSE of this project.

We appreciate your interest in contributing to the docker-k8s-dotfiles repository and look forward to your contributions!