diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yaml b/.github/ISSUE_TEMPLATE/1.bug_report.yaml index c4d8f39290d..35c173a285c 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yaml @@ -1,7 +1,6 @@ name: Bug report description: Create a report to help us improve Amplify CLI title: "" -issue_body: true body: - type: markdown attributes: @@ -98,13 +97,13 @@ body: - type: textarea attributes: label: Describe the bug - description: A clear and concise description of what the bug is. Markdown formatting supported. + description: A clear and concise description of what the bug is. validations: required: true - type: textarea attributes: label: Expected behavior - description: A clear and concise description of what you expected to happen. Markdown formatting supported. + description: A clear and concise description of what you expected to happen. validations: required: true - type: textarea @@ -112,7 +111,7 @@ body: label: Reproduction steps description: | How do you trigger this bug? Please walk us through it step by step. - Screenshots can be provided in the issue body below. Markdown formatting supported. + Screenshots can be provided in the issue body below. placeholder: | 1. 2. @@ -161,13 +160,10 @@ body: ``` -- type: markdown - attributes: - value: | - ## Additional information -- type: markdown +- type: textarea attributes: - value: > + label: Additional information + description: | If you have any additional information, workarounds, etc. for us, use the field below. Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below.