Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.55 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

49 lines (30 loc) · 1.55 KB

Description

Please provide a brief description of the changes made in this pull request and the issue(s) it addresses.

....Write Description....

Related Issue

Link to the issue this pull request addresses: #[issue number]

Checklist

Before submitting your pull request, ensure the following:

  • Title and 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:

    • The pull request is associated with its related issue.
    • Appropriate labels have been applied.