From 3f83c31e62823787e3328f150bcc86928f5a4358 Mon Sep 17 00:00:00 2001 From: Ran Vaknin <50976344+RanVaknin@users.noreply.github.com> Date: Fri, 2 Dec 2022 13:49:52 -0800 Subject: [PATCH] Create Issue Template --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f3f9692 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +--- +name: Don't Open An Issue On This Repo +about: Don't Open An Issue On This Repo +title: '[BUG] ' +labels: Bug, Needs Triage +assignees: '' + +--- + +<!-- +Note: Please Don't Open An Issue On This Repo. If you are experiencing an issue with the SDK, open an issue with the language specific AWS SDK repo that you are using. +For example, if you are using the GO V2 SDK, open an issue on [that repo.](https://github.com/aws/aws-sdk-go-v2/issues) + +After investigation, if your issue is a cross-sdk issue, it will be transferred here. +-->