Skip to content

Commit

Permalink
chore(PR/PULL): supplement a new check item and adjust the test item (#…
Browse files Browse the repository at this point in the history
…5144)

* chore(PR/PULL): merge test module into checklist

* chore(PR/PULL): new check item for checkdeleted

* chore(PR/PULL): supplement some description
  • Loading branch information
Lance52259 authored Jul 9, 2024
1 parent 0b9987b commit a7fda02
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ fixes #xxx

## PR Checklist

* [ ] Tests added/passed.
* [ ] Documentation updated.
* [ ] Schema updated.
<!-- Before submitting resources, please check the following items and provide the corresponding verification results. -->

## Acceptance Steps Performed
* [ ] Tests added/passed.

```
make testacc TEST='./huaweicloud' TESTARGS='-run=TestAccSomethingV0_basic'
Expand All @@ -34,3 +32,24 @@ make testacc TEST='./huaweicloud' TESTARGS='-run=TestAccSomethingV0_basic'
PASS
ok github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud 70.796s
```

* [ ] Documentation updated.
* [ ] Schema updated.
* [ ] CheckDeleted.

- **a. During query operation (Read Context)**
aa. Resource not found
\>>>>>> Paste the screenshot here <<<<<<

<!-- If the resource depends the parent resource(s), please provide the related check result(s) of the CheckDeleted validation.
ab. Related resources (parent resources) not found
\>>>>>> Paste the screenshot here <<<<<<
-->
- **b. During delete/disassociate/unbind operation (Delete Context)**
ba. Resource not found
\>>>>>> Paste the screenshot here <<<<<<

<!-- If the resource depends the parent resource(s), please provide the related check result(s) of the CheckDeleted validation.
bb. Related resources (parent resources) not found
\>>>>>> Paste the screenshot here <<<<<<
-->

0 comments on commit a7fda02

Please sign in to comment.