Skip to content

Commit

Permalink
Updated Bug Template (#126)
Browse files Browse the repository at this point in the history
* New bug report format

* Rename bug_report.md to bug_report.yaml
  • Loading branch information
hgvanpariya authored Aug 11, 2022
1 parent ae9e695 commit a65b4eb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: 🐞 Bug report
description: Create a report to help us improve
title: "[BUG] <title>"
labels: bug
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:
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: Screenshots
description: A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: Desktop
description: |
examples:
- **Device**: iPhone12
- **OS**: Ubuntu 20.04, iOS
- **Browser**: chrome, safari
- **version**: 22
value: |
- Device
- OS:
- Browser:
- Version:
- type: textarea
attributes:
label: Smartphone
description: |
examples:
- **OS**: Ubuntu 20.04, iOS
- **Browser**: chrome, safari
- **version**: 22
value: |
- OS:
- Browser:
- Version:
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.

0 comments on commit a65b4eb

Please sign in to comment.