Before submitting your pull request, ensure the following:
-
Title and Branch Naming Conventions:
- The pull request title follows the standard: Pull Request Naming Conventions.
- The branch name follows one of the conventions outlined in the 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.