diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 68c4067b6c..39cdaa02d9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ --- blank_issues_enabled: false 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: 💬 General Question url: https://github.com/aws/aws-sdk-js/discussions/categories/q-a - about: Please ask and answer questions as a discussion thread \ No newline at end of file + about: Please ask and answer questions as a discussion thread diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 60d2431af2..0000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,59 +0,0 @@ ---- -name: 🚀 Feature Request -description: Suggest an idea for this project -title: "(short issue description)" -labels: [feature-request, needs-triage] -assignees: [] -body: - - type: textarea - id: description - attributes: - label: Describe the feature - description: A clear and concise description of the feature you are proposing. - validations: - required: true - - type: textarea - id: use-case - attributes: - label: Use Case - description: | - Why do you need this feature? For example: "I'm always frustrated when..." - validations: - required: true - - type: textarea - id: solution - attributes: - label: Proposed Solution - description: | - Suggest how to implement the addition or change. Please include prototype/workaround/sketch/reference implementation. - validations: - required: false - - type: textarea - id: other - attributes: - label: Other Information - description: | - Any alternative solutions or features you considered, a more detailed explanation, stack traces, related issues, links for context, etc. - validations: - required: false - - type: checkboxes - id: ack - attributes: - label: Acknowledgements - options: - - label: I may be able to implement this feature request - required: false - - label: This feature might incur a breaking change - required: false - - type: input - id: sdk-version - attributes: - label: SDK version used - validations: - required: true - - type: input - id: environment - attributes: - label: Environment details (OS name and version, etc.) - validations: - required: true