Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.28 KB

File metadata and controls

53 lines (36 loc) · 1.28 KB

Contributing to this GitOps Demo Web App

Thank you for your interest in contributing! 🎉
We welcome issues, improvements, bug fixes, and new features that align with the project goals.

🧰 Requirements

Before contributing, make sure you have:

  • Basic familiarity with Docker, Kube, GitOps

🚀 Getting Started

  1. Fork the repository and clone your fork:

    git clone git@github.com:aelmizeb/web-app-gitops.git
    cd web-app-gitops
  2. Use a local development with minikube:

    Please follow the instructions in the README.md file

🧪 Testing Your Changes

After making changes, test.

Check for any console errors or crashes when running.

📝 Commit Guidelines

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

📦 Submitting a Pull Request

Push your branch:

git push origin my-feature

Open a pull request from your forked repo.

Fill out the PR template and describe what you've changed.

🤝 Code of Conduct

By contributing, you agree to follow our Code of Conduct.