Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1005 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

21 lines (15 loc) · 1005 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).

  • 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?
  • Have new components been added to the related all.go files?
  • Have new components been added to the documentation website?
  • Has make gofmt-write been run on the code?
  • Has make govet been run on the code? Has the code been fixed accordingly to the output?
  • Have the changes been added to the CHANGELOG.md file?
  • Have the steps in CONTRIBUTING.md been followed to update a Go module?