Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 1.38 KB

File metadata and controls

85 lines (57 loc) · 1.38 KB

Summary

Describe the main changes in a few concise bullets.


Why

What problem does this solve, improve, or unblock?


Scope

  • CI / GitHub Actions
  • Infrastructure / deployment
  • Containers / Docker
  • Networking / DNS / proxy
  • Application code
  • Documentation
  • Dependencies
  • Other

Validation

How was this tested or verified?

  • Tested locally
  • CI passes
  • Reviewed logs/output
  • Confirmed rollback path if relevant
  • Updated documentation if needed

Validation details

Commands run, screenshots, logs, outputs, or notes.

Operational impact

Does this change affect runtime behavior, deployment, config, secrets, networking, storage, or service availability?

  • No operational impact
  • Requires deployment/update
  • Requires config/env changes
  • Requires secrets changes
  • Requires restart/downtime
  • Requires follow-up work

Operational notes

Rollout notes, restart steps, migration details, env changes, or follow-up items.

Risk

  • Low
  • Medium
  • High

Reviewer notes

Anything reviewers should pay close attention to?


Final checklist

  • PR title is clear
  • Changes are scoped and intentional
  • No unrelated cleanup is mixed in
  • No secrets or sensitive data were committed
  • Ready for review