Thank you for your interest in contributing! 🎉
We welcome issues, improvements, bug fixes, and new features that align with the project goals.
Before contributing, make sure you have:
- Basic familiarity with Docker, Kube, GitOps
-
Fork the repository and clone your fork:
git clone git@github.com:aelmizeb/web-app-gitops.git cd web-app-gitops -
Use a local development with minikube:
Please follow the instructions in the README.md file
After making changes, test.
Check for any console errors or crashes when running.
Use clear and conventional commit messages:
git commit -m "fix: correct config"Example prefixes:
- feat: for new features
- fix: for bug fixes
- docs: for documentation
- refactor: for code improvements
Push your branch:
git push origin my-featureOpen a pull request from your forked repo.
Fill out the PR template and describe what you've changed.
By contributing, you agree to follow our Code of Conduct.