Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 662 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

19 lines (12 loc) · 662 Bytes

❓ What

Describe what this pull request does.

🔨 How to test

  1. List all steps necessary;
  2. To test this pull request.

✅ Checklists

This section contains a list of checklists for common uses, please delete the checklists that are useless for your current use case (or add another checklist if your use case isn't covered yet).

Tests
  • Is there unit/integration test coverage for all new and/or changed functionality added in this PR?
  • Have the changes in this PR been functionally tested?
  • Has gofmt been run on the code?
  • Have the changes been added to the CHANGELOG.md file?