mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
23 lines
568 B
YAML
23 lines
568 B
YAML
name: "📕 Documentation Issue"
|
|
description: Report an issue in the Reference documentation or Developer Guide
|
|
title: "(short issue description)"
|
|
labels: [documentation]
|
|
assignees: []
|
|
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
|