To contribute please fork the repository, push your changes to your forked version, and open a pull request between your fork and this repository.
Fork the repository on GitHub and clone your forked repository to your local machine:
git clone https://github.com/your-github-username/terraform-aws-vantage-integration.git
Make changes to the codebase and commit them to your local repository:
git add .
git commit -m "A descriptive commit message about the changes."
git push
Push your changes to your forked repository on GitHub and submit a pull request:
- Navigate to your forked repository on GitHub
- Click on the "New pull request" button
- Select the branch containing your changes
- Click "Create pull request"
- Add a description of your changes and any additional context that may be helpful to the maintainers
- Click "Create pull request" to submit your contribution