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
<!-- Please copy-paste the brief user story or bug description that this PR is intended to address. -->
13
10
14
11
### What Does This PR Do?
15
-
16
12
<!--
17
13
Add detailed description & discussion of changes here.
18
-
The contents of this section should be used as your commit message (unless you merge the PR via a merge commit, of course).
19
-
20
-
Please follow standard Git commit message guidelines:
21
-
* First line should be a capitalized, short (50 chars or less) summary.
22
-
* The rest of the message should be in standard Markdown format, wrapped to 72 characters.
23
-
* Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behavior.
24
-
* List all relevant Jira issue keys, one per line at the end of the message, per: <https://confluence.atlassian.com/jirasoftwarecloud/processing-issues-with-smart-commits-788960027.html>.
Add some items to the following list, or remove the entire section if it doesn't apply for some reason.
33
-
34
18
Common items include:
35
19
* Is this likely to address the goals expressed in the user story?
36
20
* Are any additional documentation updates needed?
@@ -40,6 +24,11 @@ Common items include:
40
24
* Can you find any bugs if you run the code locally and test it manually?
41
25
-->
42
26
43
-
If you're reviewing this PR, please check these things, in particular:
27
+
If you're reviewing this PR, please check for these things in particular:
28
+
<!-- Add some items here -->
29
+
30
+
### Validation
44
31
45
-
- TODO
32
+
<!--
33
+
Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.
0 commit comments