mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 10:02:27 -04:00
64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
name: Bug report
|
|
description: Create a report to help us improve
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Bug description
|
|
description: |
|
|
A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps 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: |
|
|
If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Info
|
|
description: |
|
|
- Browser: [e.g. chrome, safari]
|
|
- Device (if mobile): [e.g. iPhone6]
|
|
- Build info
|
|
placeholder: |
|
|
Build info from `Settings` -> `About`
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: |
|
|
Add any other context about the problem here.
|
|
validations:
|
|
required: false
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for contributing!
|