diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 92414377a0..f210b34955 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug Report about: Help us diagnose and fix bugs in Official AWS Provider labels: bug,needs:triage -title: +title: "[Bug]: " --- +body: + - type: textarea + id: affected + attributes: + label: Affected Resource(s) + description: Please list the affected resource(s) and/or data source(s). + placeholder: "* aws_xxx" + validations: + required: false ### How can we reproduce it?