Thank you for considering contributing to the cloud italia site repository!
If you find an issue in the repository please check if it's already known otherwise file a new one.
-
Name the PR using
fix/*
orfeat/*
for bugs or features. -
When you finished your work, open a PR against
main
and link the issue into the PR. -
The CI builds a live preview of your PR that allows you to see the results of your work. Please check it carefully and, if you spot any problems, uncheck the "Ready for review" box or mark the PR as "Draft".
-
Ask for an approval.
- The
main
branch is not directly writable. - Branch
fix/*
orfeat/*
are used for development. - The code in the
main
branch is deployed in production.