Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.38 KB

File metadata and controls

29 lines (22 loc) · 1.38 KB

Checklist

Before submitting your pull request, ensure the following:

  • Title and Branch Naming Conventions:

  • Local Testing:

    • I have tested the changes locally (Terraform validate/plan, script execution, workflow validation).
    • All configurations and scripts execute without errors.
  • Code Quality:

    • Code is properly formatted (terraform fmt, shellcheck).
    • Scripts include error handling and follow security best practices.
    • No sensitive information or hardcoded credentials are included.
  • Documentation:

    • README or relevant documentation has been updated to reflect the changes.
    • New scripts, variables, or configurations are documented.
  • Reviewers and Assignees:

    • Default reviewers have been assigned to this pull request.
    • Assignees have been added if necessary.
  • Labels and Associations:

    • No specific actions are required in the Labels and Associations section for this pull request.