forked from hashicorp/terraform-provider-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 0
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 hashicorp#25103 from hashicorp/rcsk/pr-template-an…
…d-guide-update Docs: Adding PR template and updating PR guide
- Loading branch information
Showing
2 changed files
with
138 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!-- All Submissions --> | ||
|
||
|
||
## Community Note | ||
<!-- Please leave the community note as is. --> | ||
* Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review | ||
* Please do not leave "+1" or "me too" comments, they generate extra noise for PR followers and do not help prioritize for review | ||
|
||
|
||
## PR Checklist | ||
|
||
- [ ] I have followed the guidelines in our [Contributing Documentation](../blob/main/contributing/README.md). | ||
- [ ] I have checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change. | ||
- [ ] I have checked if my changes close any open issues. If so please include appropriate [closing keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) below. | ||
- [ ] I have used a meaningful PR title to help maintainers and other users understand this change and help prevent duplicate work. | ||
For example: “`resource_name_here` - description of change e.g. adding property `new_property_name_here`” | ||
|
||
|
||
|
||
<!-- You can erase any parts of this template below this point that are not applicable to your Pull Request. --> | ||
|
||
|
||
## New Feature Submissions | ||
|
||
- [ ] My submission includes Test coverage as described in the [Contribution Guide](../blob/main/contributing/topics/guide-new-resource.md) and the tests pass. (if this is not possible for any reason, please include details of why below) | ||
|
||
|
||
## Changes to existing Resource / Data Source | ||
|
||
- [ ] I have added an explanation of what my changes do and why I'd like you to include them (This may be covered by linking to an issue above, but may benefit from additional explanation). | ||
- [ ] I have written new tests for my resource or datasource changes. | ||
- [ ] I have successfully run tests with my changes locally. If not, please provide details on testing challenges that prevented you running the tests. | ||
- [ ] (For changes that include a **state migration only**). I have manually tested the migration path between relevant versions of the provider. | ||
|
||
|
||
## Documentation Changes | ||
|
||
- [ ] Documentation is written in a helpful and kind way to assist users that may be unfamiliar with the resource / data source. | ||
|
||
|
||
## Description | ||
|
||
<!-- Please include a description below with the reason for the PR, what it is doing, what it is trying to accomplish, and anything relevant for a reviewer to know. | ||
If this is a breaking change for users please detail how it cannot be avoided and why it should be made in a minor version of the provider --> | ||
|
||
## Testing Logs/Evidence | ||
|
||
<!-- Please include your testing evidence here or an explanation on why no testing evidence can be provided. | ||
For state migrations please test the changes locally and provide details here, such as the versions involved in testing the migration path. For further details on testing state migration changes please see our guide on [state migrations](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/contributing/topics/guide-state-migrations.md#testing) in the contributor documentation. --> | ||
|
||
## Related Issue(s) | ||
Fixes #0000 | ||
|
||
## Change Log | ||
Below please provide what should go into the changelog (if anything) conforming to the [Changelog Format documented here](../blob/main/contributing/topics/maintainer-changelog.md). | ||
|
||
<!-- Replace the changelog example below with your entry. One resource per line. --> | ||
|
||
* `azurerm_resource` - support for the `thing1` property [GH-00000] | ||
|
||
|
||
<!-- What type of PR is this? --> | ||
This is a (please select all that apply): | ||
|
||
- [ ] Bug Fix | ||
- [ ] New Feature (ie adding a service, resource, or data source) | ||
- [ ] Enhancement | ||
- [ ] Breaking Change | ||
|
||
|
||
|
||
> [!NOTE] | ||
> If this PR changes meaningfully during the course of review please update the title and description as required. | ||
|
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