From eda0a3ad8bf5312df55e3c645253f5d844791ca0 Mon Sep 17 00:00:00 2001 From: siegerts Date: Fri, 9 Apr 2021 18:30:09 -0400 Subject: [PATCH] chore(issue forms): update for deprecated fields and all textareas now being rich text editor-enabled (#7043) --- .github/ISSUE_TEMPLATE/1.bug_report.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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.