54 linhas
1.4 KiB
YAML
54 linhas
1.4 KiB
YAML
name: "\U0001F41E Bug Report"
|
|
description: Create a report to help us improve
|
|
labels: ["bug"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
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: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Drone Model
|
|
description: |
|
|
Eg: "DJI Mini", "DJI Mini SE", "DJI Mini 2", "DJI Mini 2 SE", etc
|
|
render: Markdown
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Smartphone Model
|
|
description: |
|
|
please complete the following information
|
|
value: |
|
|
- Model:
|
|
- Android version:
|
|
render: Markdown
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: |
|
|
Add any other context about the problem here.
|
|
validations:
|
|
required: false
|