Skip to content

Commit

Permalink
Update and rename bug_report.md to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu authored Jul 1, 2024
1 parent 069b225 commit 60b06fe
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: 🐛 Bug Report
description: File a bug report here
title: "[Bug]: "
labels: ["bug"]
assignees: ["davidlazarescu"]
body:
- type: markdown
attributes:
value: |
Please make sure this topic hasn't been already submitted by someone by looking through other open/closed issues. 😃
- type: textarea
id: bug-description
attributes:
label: Description of the bug
description: Give us a brief description of what happened and what should have happened.
placeholder: |
Tell us what you see!
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true

- type: textarea
id: additional-information
attributes:
label: Additional Information
description: |
Provide any additional information such as logs, screenshots, likes, scenarios in which the bug occurs so that it facilitates resolving the issue.

0 comments on commit 60b06fe

Please sign in to comment.