Skip to content

Contributing to GitOps-2024

Thank you for considering contributing to GitOps-2024! I welcome contributions from everyone. Here are some guidelines to help you get started.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of this repository and clone your fork locally.

  2. Create a branch: Create a new branch for your changes.

git checkout -b my-feature-branch
  1. Make your changes: Make your changes to the codebase.

  2. Commit your changes: Commit your changes with a descriptive commit message.

git commit -m "docs: improve clarify on tofu tests"
  1. Push to your branch: Push your changes to your forked repository.
git push origin my-feature-branch
  1. Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any related issue numbers.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Reporting Issues

If you find a bug or have a feature request, please open an issue on GitHub. Be sure to include as much detail as possible.

Style Guide

  • Follow the existing code style.
  • Write clear, concise commit messages using the Conventional Commits standard.

Testing

Please ensure that your changes pass all tests and do not break existing functionality. If you add new features, include tests for those features.

Getting Help

If you need help, feel free to reach out by opening an issue or discussion.

Thank you for contributing!