Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 830 Bytes

File metadata and controls

30 lines (21 loc) · 830 Bytes
name Pull Request
about Propose a change to the project
title
labels
assignees

Overview

Please create an issue to discuss the proposed changes before sending a pull request.

A brief description of the changes in this pull request. What is the purpose of this PR? What issue does it fix?

Fixes # (issue)

Details

Provide a more detailed description of the changes. This can include:

  • The approach taken to solve the problem.
  • Any technical details that are relevant to the review.
  • Before and after screenshots (if applicable).

Testing

Please describe the tests that you ran to verify your changes. For example:

  • I have added unit tests for the new functionality.
  • I have run the existing test suite and all tests pass.
  • I have manually tested the changes in the following way: ...