Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.29 KB

pull_request_template.md

File metadata and controls

34 lines (26 loc) · 1.29 KB

Pull Request

Description

[Explain the purpose of this pull request. What changes does it introduce? Why are these changes necessary?]

Related Issue

[Include a link to the relevant story card (if applicable) for context.] [Cite any related issues this PR addresses. For example, "Fixes #123" or "Resolves #456".]

Description of Changes

  • Briefly describe the changes introduced in this pull request.
  • What problem does it solve or what feature does it add?

Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the code style of this project.
  • I have added suitable test coverage for the changes made.
  • My changes generate no new warnings or errors.
  • I have updated the documentation or comments where necessary.
  • All tests pass locally.

Testing Instructions

  • Provide clear instructions on how to test your changes.
  • What specific scenarios should reviewers test?

Screenshots (if applicable)

[Add screenshots to help explain your changes, if applicable.]

Gotchas/Learnings

  • Share any challenges you faced or insights you gained while implementing the changes.
  • This can help reviewers understand potential issues and improve future development.

Additional Notes (Optional)

  • Include any other relevant information for reviewers.