gitbutler/.github/ISSUE_TEMPLATE/2_documentation.yml
Mattias Granlund aa4e1667c7 Enable prettier for .vscode files
- unclear why these were ever ignored
2024-10-09 11:31:08 +02:00

23 lines
799 B
YAML

name: 'Documentation'
description: Request to update or improve GitButler documentation
labels: ['triage', 'documentation']
body:
- type: textarea
attributes:
label: What is the improvement or update you wish to see?
description: 'Example: The GitButler docs are missing information about X.'
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: false
- type: input
attributes:
label: Does the docs page already exist? Please link to it.
description: 'Example: https://docs.gitbutler.com/features/virtual-branches'
validations:
required: false