Files
kctl-tui/.github/pull_request_template.md

339 B

Summary

Brief description of what this PR does.

Changes

  • ...

Closes #

Testing

  • go vet ./... passes
  • go test ./... passes
  • Manually tested on [OS]

Checklist

  • Code follows existing style
  • No new comments added (unless necessary)
  • CHANGELOG.md updated (if applicable)