Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.32 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (18 loc) · 1.32 KB

Purpose

Describe the purpose of this pull request. Why is this change necessary? What problem does it solve?

Approach

How does this change fulfill the purpose? Provide a high-level overview of the technical approach taken to address the problem.

Changes Checklist

  • API Changes: List any API paths, methods, request or response bodies changed, added, or removed.
  • Database Schema Changes: Specify any database schema changes and their impact.
  • Interface Version Changes: Indicate any changes to interface versions.
  • Interface Dependencies: Note added or removed dependencies.
  • Permissions: Document any changes to permissions.
  • Logging: Confirm that logging is appropriately handled.
  • NEWS: Ensure that the NEWS file is updated with relevant information about the changes made in this pull request.

Related Issues

List any Jira issues related to this pull request.

Learning and Resources (if applicable)

Discuss any research conducted during the development of this pull request. Include links to relevant blog posts, patterns, libraries, or addons that were used to solve the problem.

Screenshots (if applicable)

If this pull request involves any visual changes or new features, consider including screenshots or GIFs to illustrate the changes.