mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
020377c972
* feat: add issue templates * feat: add PR template * feat: add pr-labeler job / labels * chore: formatting * fix: cleanup PR template * fix: modify bug template with dropdowns * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com> --------- Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
23 lines
799 B
YAML
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
|