Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.45 KB

pull_request_template.md

File metadata and controls

35 lines (27 loc) · 1.45 KB

Description of Changes

[Provide a brief description of the changes introduced by this pull request.]

What are the relevant tickets (if any)

This PR is related to issue # , and will be closed upon successful merge of this PR request.

Screenshots (if applicable)

[Include screenshots or animated GIFs that help visualize the changes, if applicable.]

Testing

[Describe the testing process that has been done, including any relevant test cases or scenarios covered. If applicable, provide steps for reviewers to manually test the changes.]

Checklist

  • The code follows the project's coding standards.
  • Unit tests have been added or updated to cover the changes.
  • Documentation has been updated to reflect the changes (if applicable).
  • The code compiles without errors.
  • The changes have been tested locally and pass all relevant tests.
  • All new and existing tests pass.
  • The pull request has been reviewed by at least one other contributor.

Reviewer Instructions

[Provide any specific instructions or information that would help the reviewer understand the context or nuances of the changes.]

Deployment Notes

[Include any notes or instructions related to the deployment of this pull request, if applicable.]

Additional Information

[Add any additional information that may be relevant to the review or understanding of the changes. This could include performance considerations, dependencies, or other relevant details.]