Skip to content

Commit 6a01f02

Browse files
authored
Create pull_request_template.md
1 parent dc190d4 commit 6a01f02

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.github/pull_request_template.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!-- All Submissions -->
2+
3+
## Community Note
4+
<!-- Please leave the community note as is. -->
5+
* 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
6+
* Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for PR followers and do not help prioritize for review
7+
8+
9+
## Description
10+
11+
<!-- 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.
12+
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 -->
13+
14+
15+
## Change Log
16+
17+
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).
18+
19+
<!-- Replace the changelog example below with your entry. One resource per line. -->
20+
21+
* `azurerm_resource` - support for the `thing1` property [GH-00000]
22+
23+
24+
<!-- What type of PR is this? -->
25+
This is a (please select all that apply):
26+
27+
- [ ] Bug Fix
28+
- [ ] New Feature (ie adding a service, resource, or data source)
29+
- [ ] Enhancement
30+
- [ ] Breaking Change
31+
32+
33+
## Related Issue(s)
34+
Fixes #0000
35+
36+
<!-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 -->
37+
38+
## Rollback Plan
39+
40+
If a change needs to be reverted, we will publish an updated version of the provider.
41+
42+
## Changes to Security Controls
43+
44+
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
45+
46+
> [!NOTE]
47+
> If this PR changes meaningfully during the course of review please update the title and description as required.

0 commit comments

Comments
 (0)