You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/migration-tool.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
---
2
2
name: "AWS CLI v1-to-v2 Migration Tool Issue"
3
-
description: Report an issue or get support with the AWS CLI v1-to-v2 Migration Tool. Please see our [documentation](https://github.com/aws/aws-cli/tree/v1v2-migration-tool?tab=readme-ov-file#usage).
3
+
description: Report an issue or get support with the AWS CLI v1-to-v2 Migration Tool.
4
4
title: "(short issue description)"
5
5
labels: [v1-to-v2-migration-tool, needs-triage]
6
6
assignees: []
7
7
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
Please see the [documentation](https://github.com/aws/aws-cli/tree/v1v2-migration-tool?tab=readme-ov-file#usage) before creating an issue.
0 commit comments