mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
21 lines
544 B
YAML
21 lines
544 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
|