mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
name: 📑 Documentation Bug report
|
|
description: Create a report to help us improve the docs
|
|
title: "[Docs] [Bug] "
|
|
labels: ["Documentation 📑"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of the bug.
|
|
placeholder: |
|
|
# A PR to fix the bug is often better than adding this issue!
|
|
#
|
|
# If you can't create a PR please provide the following:
|
|
# - What page and/or section has the problem
|
|
# - What is the problem - missing information, incorrect information?
|
|
# - Suggested fixes, links to corresponding code PRs
|
|
# - Any additional context
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Page URL
|
|
description: The URL of the problem page.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshot / Media
|
|
description: Add screenshot / media if you have them
|
|
validations:
|
|
required: false
|