Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.15 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (20 loc) · 1.15 KB

Description of Changes

This PR introduces [describe feature or fix]. It addresses [issue] by [briefly describe the fix or feature]. The current behavior is [describe the problem], and the new behavior is [describe the solution or improvement].

Related Issues

Fixes #0000.

How Has This Been Tested?

This change has been tested by:

  1. Running npm run test to ensure all unit tests pass.
  2. Performing manual testing in [testing environment] to verify the behavior.
  3. [If applicable] Running integration tests to ensure no regressions were introduced.

Screenshots or Demonstrations

[Include screenshots or video links here, if necessary.]

Pull Request Checklist

  • The code is up-to-date with the main branch
  • I have performed a self-review of my code
  • npm run lint passes with this change
  • npm run test passes with this change
  • Tests have been added/updated for new functionality
  • Documentation has been updated to reflect this change (if applicable)
  • The commits follow the conventional commit spec
  • This pull request links relevant issues as Fixes #0000