Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1003 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

30 lines (22 loc) · 1003 Bytes

PR Title

[Summary of the changes made]

Description

[Detailed description of the changes made]

Linked Issue

Please link the issue that this PR resolves in the format: #[issue_number] [issue_name]

Changes and Additions

  • [List of changes and additions]

Testing and Validation

[Describe how the changes were tested and validated]

Additional Context or Information

[Provide any additional details relevant to the PR]

Checklist

Please ensure you've completed the following tasks:

  • Code is up to date with the project's latest version
  • All tests have been run and passed
  • Code has been reviewed for correctness and readability
  • Followed the project's coding guidelines

References