зеркало из
1
0
Форкнуть 0
This commit is contained in:
zjhe 2022-11-14 09:49:21 +08:00
Родитель 4e39fde9f5
Коммит 8fd86e8fdd
1 изменённых файлов: 9 добавлений и 10 удалений

19
.github/pull_request_template.md поставляемый
Просмотреть файл

@ -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!