Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

46 lines (30 loc) · 1.48 KB

Contributing to Azure Bicep

Thank you for considering contributing to Azure Bicep! We welcome contributions from the community and are grateful for your support.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine.

    git clone https://github.com/your-username/azure-bicep.git
  3. Create a Branch: Create a new branch for your feature or bugfix.

    git checkout -b feature/your-feature-name
  4. Make Changes: Make your changes to the codebase.

  5. Commit Changes: Commit your changes with a descriptive commit message.

    git add .
    git commit -m "Description of your changes"
  6. Push Changes: Push your changes to your forked repository.

    git push origin feature/your-feature-name
  7. Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any related issues.

Code of Conduct

Please adhere to our Code of Conduct in all your interactions with the project.

Reporting Issues

If you encounter any issues, please report them using the issue tracker.

Getting Help

If you need help, feel free to reach out by opening a discussion in the GitHub Discussions section.

Thank you for your contributions!