Skip to content

Commit a6659c4

Browse files
authored
Update Issue Template name and descriptions (#344)
1 parent b028b2c commit a6659c4

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Bug Report (generic)
2-
description: Create a report to help us improve
1+
name: Bug Report
2+
description: A generic bug report about aws-sdk-js-codemod.
33
title: "[Bug?]: "
44
labels: ["bug", "triage"]
55

.github/ISSUE_TEMPLATE/bug_report_transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report (transform)
2-
description: Create a report to help us improve
2+
description: Bug report specific to a particular transform (like `v2-to-v3`)
33
title: "[Bug?]: "
44
labels: ["bug", "triage"]
55

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Feature Request (generic)
2-
description: This is a generic feature request for aws-sdk-js-codemod.
1+
name: Feature Request
2+
description: A generic feature request about aws-sdk-js-codemod.
33
title: "[Feature]: "
44
labels: ["enhancement"]
55

.github/ISSUE_TEMPLATE/feature_request_transform.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request (transform)
2-
description: These issues are for **concrete and actionable proposals**. If you just have
3-
a general problem that you would like to brainstorm, open a generic feature request.
2+
description: Feature request specific to a particular transform (like `v2-to-v3`)
43
title: "[Feature]: "
54
labels: ["enhancement"]
65

0 commit comments

Comments
 (0)