From 5ddb9b3c604943e3119eec23af70edc76f920533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= <103541666+turkenf@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:42:52 +0300 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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?