Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 965 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 965 Bytes

Contributing guidelines

This document provides guidelines for contributing to this project.

💡 Requesting changes

Open a new issue.

📝 Making changes

  1. Create a new branch. For external contributors, create a fork.

  2. Make your changes to main.bicep.

  3. Commit your changes.

    Use the Conventional Commits specification for semantic commit messages.

  4. Create a pull request to merge your changes into the main branch.

    This will trigger a build workflow run that builds azuredeploy.json.

  5. Request a review.

  6. Once approved, merge the pull request.

    This will trigger a release workflow run that creates a new GitHub release.