summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Daily <kdaily@amazon.com>2022-04-22 16:17:11 -0700
committerKenneth Daily <kdaily@amazon.com>2022-04-22 16:17:11 -0700
commit8a960ee59360e6ef2087bbd319f3e64f847f82b0 (patch)
tree5d0c962e3513a886984ade3de0eb9969ddbb553a
parent3f78f3c2a8f7ff04be6e9f59a6b7bcb82eedb0ac (diff)
downloadboto-8a960ee59360e6ef2087bbd319f3e64f847f82b0.tar.gz
Add new issue template with deprecation notice
-rw-r--r--.github/ISSUE_TEMPLATES/config.yml2
-rw-r--r--.github/ISSUE_TEMPLATES/new_issue.yaml8
2 files changed, 7 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATES/config.yml b/.github/ISSUE_TEMPLATES/config.yml
new file mode 100644
index 00000000..bd9dfe4e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATES/config.yml
@@ -0,0 +1,2 @@
+---
+blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATES/new_issue.yaml b/.github/ISSUE_TEMPLATES/new_issue.yaml
index 6ec43dd4..2aa753b6 100644
--- a/.github/ISSUE_TEMPLATES/new_issue.yaml
+++ b/.github/ISSUE_TEMPLATES/new_issue.yaml
@@ -1,10 +1,12 @@
---
name: New issue
-about: Create an issue
+about: Open a new issue
title: ''
+labels: ''
assignees: ''
---
-This package is no longer maintained and has been replaced by [`boto3`](https://github.com/boto/boto3). Issues and pull requests are not reviewed.
-If you are having an issue with the [`boto3`](https://github.com/boto/boto3) package or the [AWS CLI](https://github.com/aws/aws-cli), please open an issue on their respective repositories.
+### ⚠️DEPRECATION NOTICE⚠️
+
+This package is no longer maintained and has been replaced by [`boto3`](https://github.com/boto/boto3/). Issues are not triaged or reviewed by AWS. The issues in this repository can be used by the community for support purposes. If you are having an issue with the [`boto3`](https://github.com/boto/boto3/) package or the [AWS CLI](https://github.com/aws/aws-cli/), please open an issue on their respective repositories.