Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.41 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

47 lines (30 loc) · 1.41 KB

Checklist

Before submitting your pull request, ensure the following:

  • Change Type:

  • Bug fix

  • Feature addition

  • Documentation update

  • Performance improvement

  • Other (please specify)

  • Summary:

    • Add a short description (e.g., added or modified features).
  • Title and Branch Naming Conventions:

  • Local Testing:

    • I have tested my changes locally on my browser, 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 ESLint.
  • 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.
  • Related Issue:

    • Closes #AYS-345 (If there is a relevant issue)
  • Labels and Associations:

    • No specific actions are required in the Labels and Associations section for this pull request.