From b9ce3461a495dcf4f4a0be133e103d98130847a6 Mon Sep 17 00:00:00 2001 From: "John L." <47447266+aBurmeseDev@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:14:04 -0700 Subject: [PATCH] chore: fix issue config (#4683) --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++---- .github/ISSUE_TEMPLATE/config.yml | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 946fd2f78a..b7a4e7d61d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: [] @@ -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: @@ -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: @@ -78,4 +78,4 @@ body: attributes: label: Environment details (OS name and version, etc.) validations: - required: true + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9ba46dd623..c4cf4e7efc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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.