Skip to content

Commit

Permalink
transform bug template
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
  • Loading branch information
bowenlan-amzn committed Nov 13, 2023
1 parent c676479 commit 459277d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_template.md

This file was deleted.

55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: 🐛 Bug report
about: Create a report to help us improve
title: "[BUG] <title>"
labels: 'bug, untriaged'
assignees: ''
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Documents, Screenshots
description: If applicable, please attach more information like log files or screenshoots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Host/Environment (please complete the following information)
value: |
- OS: [e.g. iOS]
- Version [e.g. 22]
validations:
required: false
- type: textarea
attributes:
label: Plugins
description: Please list all plugins currently enabled.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false

0 comments on commit 459277d

Please sign in to comment.