We welcome contributions :)
- Refer to Development Guide.
If you find a bug, please feel free to open an issue
We love pull requests. Here’s a quick guide:
- Fork this reposiroty and then clone it locally:
git clone https://github.com/istio-ecosystem/naavik
- Create a branch for your changes:
git checkout -b branch-name
- Do the change/fix & commit a change:
git add <files changed>
git commit -m "Summary of the change in one liner"
- Run the tests:
make test
make lint
- If everything looks good, push to your fork:
git push origin branch-name
-
Create a Pull Request here
-
Post review the Pull Request can be submitted