-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New bug report format * Rename bug_report.md to bug_report.yaml
- Loading branch information
1 parent
ae9e695
commit a65b4eb
Showing
2 changed files
with
62 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |