Contribute to GitOps
GitOps is an open-source project built by the community, for the community. We welcome contributions of all kinds!
Open Source
100% open source under the MIT License. Transparent and community-driven.
Community First
Join a growing community of developers, operators, and security enthusiasts.
All Contributions Welcome
Code, docs, issues, ideas, and feedback—there are many ways to contribute.
Make an Impact
Help shape the future of GitOps and empower thousands of users.
How to contribute
Follow these simple steps to make your first contribution.
Join the community
Join our Slack community to connect, ask questions, and stay up to date.
Join SlackCreate a branch
Create a new branch for your feature or fix.
git checkout -b feature/awesome-feature
Make your changes
Write code, add tests, and make sure everything works as expected.
Commit your changes
Commit your changes with a clear and concise commit message.
git commit -m "feat: add awesome feature"
Ways you can contribute
Not a developer? No problem! There are many ways to help.
Report Issues
Found a bug or have a feature request? Open an issue and help us improve.
Open an issueImprove Documentation
Help us make the docs better. Fix typos, add examples, or suggest improvements.
View docsSpread the Word
Star the repo, share GitOps with your network, and help the project grow.
Star on GitHubBefore you start
Please take a moment to review these important resources.
Code of Conduct
Be respectful and inclusive. We follow the Contributor Covenant.
Read Code of ConductContributing Guide
Detailed guidelines for setting up your environment and contribution workflow.
Read the guideDevelopment Setup
Learn how to set up GitOps locally for development and testing.
Setup instructionsPull Request Guidelines
Best practices for submitting PRs that are easy to review and merge.
PR guidelines