Thank you for considering contributing to Azure Bicep! We welcome contributions from the community and are grateful for your support.
-
Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone the Repository: Clone the forked repository to your local machine.
git clone https://github.com/your-username/azure-bicep.git
-
Create a Branch: Create a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
-
Make Changes: Make your changes to the codebase.
-
Commit Changes: Commit your changes with a descriptive commit message.
git add . git commit -m "Description of your changes"
-
Push Changes: Push your changes to your forked repository.
git push origin feature/your-feature-name
-
Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any related issues.
Please adhere to our Code of Conduct in all your interactions with the project.
If you encounter any issues, please report them using the issue tracker.
If you need help, feel free to reach out by opening a discussion in the GitHub Discussions section.
Thank you for your contributions!