This document provides guidelines for contributing to this project.
-
Create a new branch. For external contributors, create a fork.
-
Make your changes to
main.bicep
. -
Commit your changes.
Use the Conventional Commits specification for semantic commit messages.
-
Create a pull request to merge your changes into the
main
branch.This will trigger a build workflow run that builds
azuredeploy.json
. -
Request a review.
-
Once approved, merge the pull request.
This will trigger a release workflow run that creates a new GitHub release.