...
1---
2name: "📕 Documentation Issue"
3description: Report an issue in the API Reference documentation or Developer Guide
4title: "(short issue description)"
5labels: [documentation, needs-triage]
6assignees: []
7body:
8 - type: textarea
9 id: description
10 attributes:
11 label: Describe the issue
12 description: A clear and concise description of the issue.
13 validations:
14 required: true
15
16 - type: textarea
17 id: links
18 attributes:
19 label: Links
20 description: |
21 Include links to affected documentation page(s).
22 validations:
23 required: true
24
25 - type: textarea
26 id: Go-sdk-version
27 attributes:
28 label: AWS Go SDK V2 Module Versions Used
29 description: |
30 Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
31 validations:
32 required: false
View as plain text