mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-05 21:17:05 +00:00
14 lines
402 B
YAML
14 lines
402 B
YAML
---
|
|
name: "📕 Documentation Issue"
|
|
description: Report an issue in the README or a suggestion to improve documentation
|
|
title: "short issue description"
|
|
labels: [documentation, needs-triage]
|
|
assignees: []
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the issue
|
|
description: A clear and concise description of the issue.
|
|
validations:
|
|
required: true
|