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 tested my changes locally on Postman, and they are working as expected.
-
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, specifically detailing changes made in Postman.
-
Testing:
- Relevant unit tests have been written and included.
- Relevant integration tests have been written and included.
-
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.