Skip to content

Commit b965287

Browse files
committed
Update & Simplify Issue Templates
1 parent ccf952b commit b965287

File tree

2 files changed

+29
-52
lines changed

2 files changed

+29
-52
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,30 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
The following template is for Issue/Bug reporting only. https://docs.qgroundcontrol.com/en/support/support.html#github-issues
9+
The following template is for Issue/Bug reporting only.
1010
11-
For questions about how to use or build QGC see: http://qgroundcontrol.com/#resources
11+
See our full guidelines here:
12+
[github-issues](https://docs.qgroundcontrol.com/en/support/support.html#github-issues)
1213
13-
If you are using an old stable release please upgrade first and verify your issue before reporting.
14+
For questions about how to use or build QGC, see:
15+
[resources](http://qgroundcontrol.com/#resources)
16+
17+
- type: checkboxes
18+
id: release-check
19+
attributes:
20+
label: Have you checked the latest release for fixes?
21+
description: Check to verify the bug still exists.
22+
options:
23+
- label: Yes, I’ve tested on the latest release
24+
required: true
1425

1526
- type: textarea
1627
id: description
1728
attributes:
1829
label: Description
1930
description: |
2031
Please describe your issue in detail. Include:
21-
1. **Expected Behavior** – What you expected to happen.
22-
2. **Current Behavior** – What actually happened instead.
23-
3. **Steps To Reproduce** – Step-by-step list of actions to reproduce the issue.
24-
3. **Additional Details** – Any other context that helps explain the problem.
25-
value: |
32+
2633
**Expected Behavior**
2734
Describe what you thought should happen here.
2835
@@ -43,9 +50,9 @@ body:
4350
id: system-information
4451
attributes:
4552
label: System Information
46-
description: When posting bug reports, include the following information.
47-
value: |
48-
- QGC Version: [e.g. 4.4.0] **(required)**
53+
description: |
54+
Please include the following information:
55+
- QGC Version: [e.g. 4.4.0]
4956
- QGC build: [e.g. daily, stable, self-built from source, etc...]
5057
- Operating System: [e.g. Windows 11, Ubuntu 22.04, macOS 15, iOS 17 ]
5158
- Flight Controller: [e.g. CubePilot Cube Orange, Pixhawk 6X, etc.]
@@ -57,8 +64,8 @@ body:
5764
id: logs-screenshots
5865
attributes:
5966
label: Log Files and Screenshots
60-
description: Include links to [QGC Console Logs](https://docs.qgroundcontrol.com/en/settings_view/console_logging.html), autopilot logs, and screenshots.
61-
placeholder: |
62-
- [QGC Console Logs](https://docs.qgroundcontrol.com/en/settings_view/console_logging.html)
63-
- Autopilot logs when available (post a link)
64-
- Screenshots of QGC to help identify the issue.
67+
description: |
68+
Include links to:
69+
- [QGC Console Logs](https://docs.qgroundcontrol.com/en/settings_view/console_logging.html)
70+
- Autopilot logs when available
71+
- Screenshots of QGC to help identify the issue.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,25 @@ body:
99
Tell us a bit about the feature:
1010
- What problem does it solve?
1111
- What does it do?
12-
- What flight stacks must it work with? (All, PX4, ArduPilot)
13-
- Relevant vehicle types? (All, multirotor, fixed-wing, VTOL, submarine, etc.)
1412
- Are there other systems that have this feature?
1513
- What communication/integration standards does the feature rely on (e.g. MAVLink commands etc)
1614
1715
Any additional context you can provide will make the feature easier to evaluate (e.g. mockups, detailed specification, etc).
1816
1917
- type: textarea
20-
id: problem-description
18+
id: description
2119
attributes:
22-
label: Problem Description
23-
description: Describe the problem your feature is intended to solve.
24-
placeholder: Explain the problem here.
25-
26-
- type: textarea
27-
id: feature-functionality
28-
attributes:
29-
label: Feature Functionality
30-
description: Explain what the feature does.
31-
placeholder: Detail the intended functionality here.
20+
label: Feature Description
21+
validations:
22+
required: true
3223

3324
- type: dropdown
3425
id: flight-stacks
3526
attributes:
3627
label: Flight Stacks
3728
description: Select the flight stacks the feature must work with.
29+
multiple: true
3830
options:
39-
- All
4031
- PX4
4132
- ArduPilot
4233

@@ -45,30 +36,9 @@ body:
4536
attributes:
4637
label: Vehicle Types
4738
description: Select the relevant vehicle types for this feature.
39+
multiple: true
4840
options:
49-
- All
5041
- Multirotor
5142
- Fixed-wing
5243
- VTOL
5344
- Submarine
54-
55-
- type: textarea
56-
id: comparison-systems
57-
attributes:
58-
label: Other Systems
59-
description: Are there other systems that have this feature? (e.g. competitors)
60-
placeholder: List any other systems that offer similar functionality.
61-
62-
- type: textarea
63-
id: communication-standards
64-
attributes:
65-
label: Communication/Integration Standards
66-
description: Describe any communication/integration standards the feature relies on (e.g. MAVLink commands, etc).
67-
placeholder: Provide details about protocols or standards.
68-
69-
- type: textarea
70-
id: additional-context
71-
attributes:
72-
label: Additional Context
73-
description: Provide any extra details (e.g. mockups, detailed specifications) that can help evaluate the feature.
74-
placeholder: Add any additional information here.

0 commit comments

Comments
 (0)