mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 05:20:06 +08:00
* rename documentation label Signed-off-by: Onur Özkan <work@onurozkan.dev> * Update .github/ISSUE_TEMPLATE/docs_bug_report.yml Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com> --------- Signed-off-by: Onur Özkan <work@onurozkan.dev> Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com>
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: ["scope:docs"]
|
|
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
|