Description: Provide a brief description of the changes in this pull request.
Changes Made: List the changes you made in this pull request.
Additional Information: Add any additional information that might be relevant to reviewers.
Reviewer Instructions: Provide instructions or guidelines for reviewers to follow when assessing your pull request.
Before submitting your pull request, ensure the following:
-
Title and Branch Naming Conventions:
- The pull request title follows the standard: Pull Request Naming Conventions .
- The branch name follows one of the conventions outlined in the Branch Naming Conventions .
-
Local Testing:
- I have added positive and negative test scenarios (if applicable)
- All tests are passing.
- I tagged all test as smoke or regression
- I added newly added tests to related xml file in test suite
-
Code Quality:
- The code is formatted according to the project's coding guidelines and style.
- The code has been reviewed to ensure its quality.
- The code does not contain any issues flagged by SonarLint.
-
Documentation:
- Necessary documentation has been added or existing documentation has been updated.
-
Reviewers and Assignees:
- Default reviewers have been assigned to this pull request.
- Assignees have been added if necessary.
-
Labels and Associations:
- No specific actions are required in the Labels and Associations section for this pull request.
-
Reviewer Instructions:
- Provide instructions or guidelines for reviewers to follow when assessing your pull request.