Files
actual/packages/docs/.github/ISSUE_TEMPLATE/IMPROVEMENT.yml
2025-11-07 18:17:14 +00:00

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