Skip to content

Commit

Permalink
Update guide-opening-a-pr.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Aug 9, 2022
1 parent 1efe139 commit 04deb75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contributing/topics/guide-opening-a-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Examples of good PR titles:

- `azurerm_storage_management_policy - Mark rule.filters.blob_type as required`
- `azurerm_container_registry - support updating replications on demand`
- `azurerm_automation_account - support for the encrytion, local_authentication_enabled, and tags properties`
- `Data Source: azurerm_automation_account - prevent panic (#15474) by adding a nil check`
- `Upgrade bot API version from 2021-03-01 to 2021-05-01-preview`
- `New Resource: azurerm_managed_disk_sas_token`
Expand All @@ -68,6 +69,7 @@ Examples of poorly written PR titles:
- `upgrade sdk`
- `upgrade compute api`
- `add cosmos property`
- `support encryption, local_authentication_enabled properties`

### Description

Expand All @@ -77,4 +79,4 @@ It should also link to any related issues/PRs and include the following for any

```
fixes #1234,#5678
```
```

0 comments on commit 04deb75

Please sign in to comment.