This is a guide for new contributor who wants to contribute to Higress.
TBD
You can always reporting an issue to Higress via Github Issues.
If you are reporting bugs, please refer to the issue report template.
If you are reporting feature, please refer to the issue report template.
If you are reporting regular issues, like raise an question, you can open an regular issue.
git remote add upstream git@github.com:alibaba/higress.git
git fetch upstream
git rebase upstream/main
git checkout -b your_awesome_patch
... add some work
git push origin your_awesome_patch
Please check the CONTRIBUTING.md for code convention.