Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 993 Bytes

pull_request_template.md

File metadata and controls

25 lines (19 loc) · 993 Bytes

Please provide a summary of your changes here.

  • Which issue is this pull request belonging to? (Refer to issue here)
  • How is it solving the issue?
  • Did you add or update any new dependencies that are required for your change?

Request Reviewer

You can add desired reviewers here with an @mention.

Type of Change

Mention one of the following:
bug fix | new feature | improvements | documentation update | CI | Other

Type of change:

How Has This Been Tested?

If you have added any changes that require additional tests, or changes in tests, you should implement them and describe them here.
All test that passed before your contribution should pass after it as well.

Checklist

Must:

  • All related issues are referenced in commit messages

Optional: (delete if not applicable)

  • I have provided tests for the changes (if there are changes that need additional tests)
  • I have updated the documentation accordingly to my changes