Skip to content

Commit

Permalink
chore: fix issue config (#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
aBurmeseDev authored Sep 11, 2024
1 parent c066681 commit b9ce346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "🐛 Bug Report"
description: Report a bug
description: In Maintenance mode, we accept only critical bugs and security issues. Otherwise, migrate to AWS SDK for JavaScript v3.
title: "(short issue description)"
labels: [bug, needs-triage]
assignees: []
Expand Down Expand Up @@ -34,7 +34,7 @@ body:
label: Current Behavior
description: |
What actually happened?
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
If service responses are relevant, please include wire logs.
validations:
Expand All @@ -46,7 +46,7 @@ body:
description: |
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
For more complex issues provide a repo with the smallest sample that reproduces the bug.
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
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.
validations:
Expand Down Expand Up @@ -78,4 +78,4 @@ body:
attributes:
label: Environment details (OS name and version, etc.)
validations:
required: true
required: true
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ contact_links:
- name: 🚀 Feature Request
url: https://github.com/aws/aws-sdk-js-v3
about: Feature requests are no longer accepted in this repository. Please migrate to AWS SDK for JavaScript v3.
- name: 🐛 Bug Report
url: https://github.com/aws/aws-sdk-js-v3
about: In Maintenance mode, we accept only critical bugs and security issues. Otherwise, migrate to AWS SDK for JavaScript v3.
- name: 📕 Documentation Issue
url: https://github.com/aws/aws-sdk-js-v3
about: Documentation requests are no longer accepted in this repository. Please migrate to AWS SDK for JavaScript v3.
Expand Down

0 comments on commit b9ce346

Please sign in to comment.