Files
terraform-talos/CONTRIBUTING.md
Serge Logvinov bf1ee7fa02 update readme
2024-10-26 08:10:53 +03:00

440 B

Contributing Guidelines

Reporting an issue

  • Create an issue describing the problem.

Submitting a Pull Request

All commits require a DCO sign-off. This is done by committing with the --signoff flag.

  • Create an issue describing the problem and your proposed solution.
  • Wait for feedback from the maintainers.
  • Fork the repo, develop and test your code changes.
  • Submit a pull request.