- Table of Contents
- Overview
- Features
- Project Structure
- Getting Started
- Roadmap
- Contributing
- License
- Acknowledgments
This repository contains a Azure DevOps pipeline that runs a Terraform deploy.
This project requires the following dependencies:
- Programming Language: Terraform
-
Task 1
:Create a stable Azure Pipeline. -
Task 2
: Improve documentation -
Task 3
: Become the very model of a modern Major-General, with information vegetable, animal, and mineral
- 💬 Join the Discussions: Share your insights, provide feedback, or ask questions.
- 🐛 Report Issues: Submit bugs found or log feature requests for the
basic-azure-devops-pipeline
project. - 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/rzfeeser/basic-azure-devops-pipeline
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Basic-azure-devops-pipeline is protected under the LICENSE License. For more details, refer to the LICENSE file.
- Created and maintained by Author @RZFeeser