mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
22 lines
709 B
YAML
22 lines
709 B
YAML
name: '⭐ Documentation Improvement'
|
|
description: Create a new ticket to improve existing documentation.
|
|
title: '⭐ [Documentation] - <title>'
|
|
labels: ['documentation', 'enhancement']
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: 'Description'
|
|
description: Please enter a description of what needs changing
|
|
placeholder: What needs changing?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: url
|
|
attributes:
|
|
label: 'Documentation URL'
|
|
description: Please enter the GitHub URL to the documentation file
|
|
placeholder: ex. https://github.com/USERNAME/REPO_NAME/blob/main/docs/budgeting/categories.md
|
|
validations:
|
|
required: true
|