|
|
|
@ -2,20 +2,14 @@ name: 🐛 Bug report
|
|
|
|
|
description: Create a report to help us improve
|
|
|
|
|
labels: ["Bug"]
|
|
|
|
|
body:
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## Describe the bug"
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: bug-description
|
|
|
|
|
attributes:
|
|
|
|
|
label: "Bug Description"
|
|
|
|
|
description: "A clear and concise description of what the bug is."
|
|
|
|
|
description: "A clear and concise description of what the bug is. Please add screenshots if you have as they usually help us a lot."
|
|
|
|
|
placeholder: "Describe the bug here..."
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## To Reproduce"
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: reproduce-steps
|
|
|
|
|
attributes:
|
|
|
|
@ -24,9 +18,6 @@ body:
|
|
|
|
|
placeholder: "1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. See error"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## Expected behavior"
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: expected-behavior
|
|
|
|
|
attributes:
|
|
|
|
@ -35,19 +26,6 @@ body:
|
|
|
|
|
placeholder: "Describe what you expected to happen here..."
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## Screenshots"
|
|
|
|
|
- type: input
|
|
|
|
|
id: screenshots
|
|
|
|
|
attributes:
|
|
|
|
|
label: "Screenshots"
|
|
|
|
|
description: "If applicable, add screenshots to help explain your problem."
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## Platform"
|
|
|
|
|
- type: input
|
|
|
|
|
id: app-version
|
|
|
|
|
attributes:
|
|
|
|
@ -64,9 +42,6 @@ body:
|
|
|
|
|
placeholder: "Device: [e.g. iPhone6, PC, Pixel 3]\nOS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser (if applicable): [e.g. Chrome, Safari]"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## Additional context"
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: additional-context
|
|
|
|
|
attributes:
|
|
|
|
|