This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from lonegunmanb/update-changelog
Add update changelog step in CI pipeline, update pull request template
- Loading branch information
Showing
3 changed files
with
114 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
<!--- | ||
Please add this into the test of test/fixture, format the changes by "terraform fmt", and test it by run the following: | ||
```sh | ||
$ docker build --build-arg BUILD_ARM_SUBSCRIPTION_ID=$ARM_SUBSCRIPTION_ID --build-arg BUILD_ARM_CLIENT_ID=$ARM_CLIENT_ID --build-arg BUILD_ARM_CLIENT_SECRET=$ARM_CLIENT_SECRET --build-arg BUILD_ARM_TENANT_ID=$ARM_TENANT_ID -t azure-vnet . | ||
$ docker run --rm azure-vnet /bin/bash -c "bundle install && rake full" | ||
``` | ||
Please add this into the example usage of README.md and format the changes by "terrafmt fmt README.md". Please intall "terrafmt" by [install terrafmt](https://github.com/katbyte/terrafmt#install). | ||
---> | ||
## Describe your changes | ||
|
||
Fixes #000 | ||
## Issue number | ||
|
||
Changes proposed in the pull request: | ||
#000 | ||
|
||
## Checklist before requesting a review | ||
- [ ] The pr title can be used to describe what this pr did in `CHANGELOG.md` file | ||
- [ ] I have executed pre-commit on my machine | ||
- [ ] I have passed pr-check on my machine | ||
|
||
Thanks for your cooperation! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters