24 lines
556 B
YAML
24 lines
556 B
YAML
name: 📚 Documentation
|
|
description: Report an issue related to the documentation.
|
|
labels: "kind/doc,status/unconfirmed"
|
|
title: "[Docs] "
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: 📚 The doc issue
|
|
description: >
|
|
A clear and concise description the issue.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Suggest a potential alternative/fix
|
|
description: >
|
|
Tell us how we could improve the documentation in this regard.
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Thanks for contributing 🎉!
|