Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.05 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

34 lines (23 loc) · 1.05 KB

Proposed Changes

  • Add a concise description of the changes proposed in this PR.

Types of Changes

What types of changes does your code introduce to the project? (check at least one)

  • Bugfix
  • New Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Documentation updates
  • Other (please describe):

Checklist

Before submitting the PR, please make sure you've done the following:

  • Lint your code using rustfmt.
  • Write or update unit tests to cover your changes.
  • Ensure your code builds without errors or warnings.
  • Update the documentation if necessary.
  • Link to any relevant issues or pull requests.
  • Include a brief summary of why this change is needed and what problem it solves.

Reviewer Instructions

  • Specify any particular aspects or areas of the code that you'd like reviewers to focus on.

Testing

  • Describe the steps taken to test your changes.
  • Provide information on the environments and platforms where you tested these changes.