Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 522 Bytes

pull_request_template.md

File metadata and controls

24 lines (18 loc) · 522 Bytes

Pull Request

Description: Describe the purpose of this pull request.

Changes:

  • Feature A
  • Bugfix B

Related Issues:

  • Closes #123
  • Addresses #456

Testing: Describe any testing steps that have been taken or are necessary. Make sure to take in account any existing code change that require some feature to be re-tested.

Checklist:

  • Code follows project coding standards
  • Tests have been added or updated
  • Code Review
  • Manual test after merge
  • All checks passed