Skip to content

Latest commit

History

History
33 lines (18 loc) 路 1.23 KB

PULL_REQUREST_TEMPLATE.md

File metadata and controls

33 lines (18 loc) 路 1.23 KB

Pull Request

Description

Please provide a brief description of your pull request. Include any relevant context, such as the issue it addresses or the feature it introduces.

Checklist

Please review and check the following items to ensure your pull request can be processed smoothly:

  • My code adheres to the project's coding standards and style guidelines.

  • I have tested my changes thoroughly, including unit tests where applicable.

  • I have updated the documentation to reflect any changes made in this pull request.

  • My branch is up-to-date with the latest changes from the main branch.

  • I have received code review feedback and addressed any comments or concerns.

Additional Notes

If there are any additional details or considerations that reviewers should be aware of, please provide them here.

References, Fixes and Closes

List any other pull requests or issues that this pull request references, fixes, or closes, if applicable.

  • References #related_issue_number
  • Fixes #related_issue_number
  • Closes #related_issue_number