Skip to content

Commit b9ce346

Browse files
authored
chore: fix issue config (#4683)
1 parent c066681 commit b9ce346

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "🐛 Bug Report"
3-
description: Report a bug
3+
description: In Maintenance mode, we accept only critical bugs and security issues. Otherwise, migrate to AWS SDK for JavaScript v3.
44
title: "(short issue description)"
55
labels: [bug, needs-triage]
66
assignees: []
@@ -34,7 +34,7 @@ body:
3434
label: Current Behavior
3535
description: |
3636
What actually happened?
37-
37+
3838
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
3939
If service responses are relevant, please include wire logs.
4040
validations:
@@ -46,7 +46,7 @@ body:
4646
description: |
4747
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
4848
For more complex issues provide a repo with the smallest sample that reproduces the bug.
49-
49+
5050
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
5151
The code sample should be an SSCCE. See http://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.
5252
validations:
@@ -78,4 +78,4 @@ body:
7878
attributes:
7979
label: Environment details (OS name and version, etc.)
8080
validations:
81-
required: true
81+
required: true

.github/ISSUE_TEMPLATE/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ contact_links:
44
- name: 🚀 Feature Request
55
url: https://github.com/aws/aws-sdk-js-v3
66
about: Feature requests are no longer accepted in this repository. Please migrate to AWS SDK for JavaScript v3.
7-
- name: 🐛 Bug Report
8-
url: https://github.com/aws/aws-sdk-js-v3
9-
about: In Maintenance mode, we accept only critical bugs and security issues. Otherwise, migrate to AWS SDK for JavaScript v3.
107
- name: 📕 Documentation Issue
118
url: https://github.com/aws/aws-sdk-js-v3
129
about: Documentation requests are no longer accepted in this repository. Please migrate to AWS SDK for JavaScript v3.

0 commit comments

Comments
 (0)