You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.0 KiB
33 lines
1.0 KiB
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
|
|
|