Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.28 KB

pull_request_template.md

File metadata and controls

32 lines (22 loc) · 1.28 KB

Description:

Please provide a brief description of the changes you made in this pull request.

Related Issues:

If this pull request addresses or relates to a specific issue or task, please link it here.

Checklist:

Before submitting this pull request, please make sure of the following:

  • My code follows the style guidelines of this project
  • My changes generate no new warnings
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
    • Are there representative cases to test the program?
    • Are there tests for edge cases? (empty strings, negatives, infinity, off-by-one errors, etc.)
  • New and existing unit tests pass locally with my changes
  • I have resolved any merge conflicts with the latest master branch.
  • I have labeled my PR
  • I have assigned myself to the PR

Screenshots or Visual Changes (if applicable):

If your pull request includes any visual changes or UI modifications, please attach screenshots to illustrate the changes.

Documentation

Link to documentation if pages were added or changed.