Skip to content

Commit

Permalink
chore(issue forms): update for deprecated fields and all textareas no…
Browse files Browse the repository at this point in the history
…w being rich text editor-enabled (#7043)
  • Loading branch information
siegerts authored Apr 9, 2021
1 parent 270df23 commit eda0a3a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE/1.bug_report.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -98,21 +97,21 @@ 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
attributes:
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.
Expand Down Expand Up @@ -161,13 +160,10 @@ body:
```
</details>
- 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.
Expand Down

0 comments on commit eda0a3a

Please sign in to comment.