mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-23 13:34:58 +08:00
25 lines
951 B
YAML
Executable file
25 lines
951 B
YAML
Executable file
name: 'Docs Request for an Update or Improvement'
|
|
description: A request to update or improve Qbit Manage documentation
|
|
title: '[Docs]: '
|
|
labels: ['documentation']
|
|
assignees: 'bobokun'
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the improvement or update you wish to see?
|
|
description: 'Example: I would like to see more examples of how to use the `<Link>` component. Or, the `<Link>` component docs are missing information.'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Is there any context that might help us understand?
|
|
description: A clear description of any added context that might help us understand.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Does the docs page already exist? Please link to it.
|
|
description: 'Example: https://github.com/StuffAnThings/qbit_manage/wiki/existingpagehere'
|
|
validations:
|
|
required: false
|