Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.53 KB

File metadata and controls

55 lines (36 loc) · 1.53 KB

Contributing

Thank you for your interest in contributing to azurelocal-vmware-migration.

Contributions are welcome — see the guidelines below to get started.

Before You Start

  • Read the README for an overview
  • Check open issues and pull requests to avoid duplicate work

How to Contribute

Reporting Bugs

Use the bug report issue template.

Suggesting Features

Use the feature request issue template.

Submitting Pull Requests

  1. Fork the repo and create a branch from main
  2. Name branches using conventional types: feat/<name>, fix/<name>, docs/<name>
  3. Keep changes focused — one logical change per PR
  4. Update the README and relevant docs/ pages if your change affects usage
  5. Add an entry to CHANGELOG.md under [Unreleased]
  6. Fill out the pull request template completely

Commit Messages

This project uses Conventional Commits:

\
(): \\

Type When
feat New feature
fix Bug fix
docs Documentation only
infra CI/CD, workflows, config
chore Maintenance
refactor Code improvement, no behavior change
test Tests

Standards

This project follows the org-wide AzureLocal standards at azurelocal.cloud/standards.

Code of Conduct

Be respectful and constructive. Keep discussions on-topic and collaborative.