Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.41 KB

File metadata and controls

42 lines (34 loc) · 2.41 KB

Remove unused sections before submitting. Only keep what is relevant.

Text marked with <!-- Text here --> will not be rendered

Related Issue

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (please specify if the change breaks existing functionality)
    • Non breaking change (the feature doesn't change existing functionality)
    • Breaking change (the feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance optimization

Description

Implementation Details

Impact of Changes

Checklist

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have verified that GitHub automated tests passed. (Describe any failing tests in the next section)
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (vignettes, man pages).
  • I have tested the code on a full dataset, and any differences have been described in the pull request.

Post-merge follow-up