You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For example: “`resource_name_here` - description of change e.g. adding propert
30
30
## Changes to existing Resource / Data Source
31
31
32
32
-[ ] 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).
33
-
-[ ] I have written new tests for my resource or datasource changes & updated any relevent documentation.
33
+
-[ ] I have written new tests for my resource or datasource changes & updated any relevant documentation.
34
34
-[ ] I have successfully run tests with my changes locally. If not, please provide details on testing challenges that prevented you running the tests.
35
35
-[ ] (For changes that include a **state migration only**). I have manually tested the migration path between relevant versions of the provider.
36
36
@@ -46,7 +46,7 @@ For state migrations please test the changes locally and provide details here, s
46
46
47
47
## Change Log
48
48
49
-
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).
49
+
Below please provide what should go into the changelog (if anything) conforming to the [Changelog Format documented here](../blob/main/contributing/topics/maintainer-merging.md).
50
50
51
51
<!-- Replace the changelog example below with your entry. One resource per line. -->
52
52
@@ -63,8 +63,35 @@ This is a (please select all that apply):
63
63
64
64
65
65
## Related Issue(s)
66
+
66
67
Fixes #0000
67
68
68
69
70
+
## AI Assistance Disclosure
71
+
72
+
<!--
73
+
IMPORTANT!
74
+
75
+
If you are using any kind of AI/LLM assistance to contribute to the AzureRM provider, this must be disclosed in the pull request.
76
+
77
+
If this is the case, please check the box below, and include the extent to which AI was used. (e.g. documentation only, code generation, etc.)
78
+
79
+
If responses to this pull request are/will be generated using AI, disclose this as well.
80
+
-->
81
+
82
+
-[ ] AI Assisted - This contribution was made by, or with the assistance of, AI/LLMs
0 commit comments