mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* Simplify bug report issue template to reduce clutter - Reduced from 11 fields to 2 consolidated fields - Enabled blank issues for flexibility - Combined optional fields into single "Flight Log / Additional Information" section - Added helpful tips at top instead of separate required fields - Eliminates empty field clutter in submitted issues while maintaining guidance * Fix inconsistent YAML indentation in bug report template
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
name: 🐛 Bug report
|
|
description: Create a report to help us improve
|
|
title: "[Bug] "
|
|
labels: ["bug-report"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Tips for a great bug report:**
|
|
- Describe what went wrong and what you expected
|
|
- Include a flight log link from [logs.px4.io](http://logs.px4.io/) if possible
|
|
- Mention your PX4 version, flight controller, and vehicle type if relevant
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear description of the bug and what you expected to happen.
|
|
placeholder: |
|
|
What happened and what did you expect instead?
|
|
|
|
Steps to reproduce (if applicable):
|
|
1.
|
|
2.
|
|
3.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Flight Log / Additional Information
|
|
description: |
|
|
**Flight log** (highly recommended for flight-related issues):
|
|
- Upload to [PX4 Flight Review](http://logs.px4.io/) and paste the link
|
|
|
|
**Additional details** (if relevant):
|
|
- PX4 version (output of `ver all` in MAVLink Shell)
|
|
- Flight controller model
|
|
- Vehicle type (multicopter, fixed-wing, VTOL, etc.)
|
|
- Screenshots or media
|
|
placeholder: |
|
|
Flight log link:
|
|
|
|
Version:
|
|
|
|
Hardware:
|
|
validations:
|
|
required: false
|