2024-10-09 11:43:01 +03:00
|
|
|
name: 'Documentation'
|
2024-06-19 10:15:57 +03:00
|
|
|
description: Request to update or improve GitButler documentation
|
2024-10-09 11:43:01 +03:00
|
|
|
labels: ['triage', 'documentation']
|
2024-06-19 10:15:57 +03:00
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: What is the improvement or update you wish to see?
|
2024-10-09 11:43:01 +03:00
|
|
|
description: 'Example: The GitButler docs are missing information about X.'
|
2024-06-19 10:15:57 +03:00
|
|
|
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.
|
2024-10-09 11:43:01 +03:00
|
|
|
description: 'Example: https://docs.gitbutler.com/features/virtual-branches'
|
2024-06-19 10:15:57 +03:00
|
|
|
validations:
|
|
|
|
required: false
|