Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix issue config #4683

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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