mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
20 lines
546 B
YAML
20 lines
546 B
YAML
name: 📕 Documentation Issue
|
|
description: Report an issue in the Reference documentation or Developer Guide
|
|
title: (short issue description)
|
|
labels: ['Unit: Documentation']
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the issue
|
|
description: A clear and concise description of the issue.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: links
|
|
attributes:
|
|
label: Links
|
|
description: Include links to affected documentation page(s).
|
|
validations:
|
|
required: true
|