diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yaml b/.github/ISSUE_TEMPLATE/1.bug_report.yaml deleted file mode 100644 index 454cc00..0000000 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yaml +++ /dev/null @@ -1,229 +0,0 @@ -name: 🐞 Bug report -description: Create a report to help us improve Amplify Hosting -labels: ["pending-triage"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! Try to include as much information as you can. - - > For **Amplify CLI** issues, go [here](https://github.com/aws-amplify/amplify-cli/issues/new/choose) - > For **Amplify Studio** issues, go [here](https://github.com/aws-amplify/amplify-adminui/issues/new/choose) - - - type: checkboxes - attributes: - label: | - Before opening, please confirm: - options: - - label: I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - required: true - - label: I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+). - required: true - - label: I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-hosting/blob/master/CONTRIBUTING.md). - required: true - - label: I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue. - required: true - - label: I have removed any sensitive information from my code snippets and submission. - required: true - - - type: markdown - attributes: - value: | - ## Amplify Environment - - type: input - attributes: - label: App Id - description: | - ``` - Find the App Id in the last portion of your URL. For example: - - https://console.aws.amazon.com/amplify/home?region=#/ - - OR - - Within the Amplify Console, navigate to App Settings -> General -> App Arn, and inspect the last portion of the identifier: - - arn:aws:amplify:AWS-REGION:accountId:apps/ - ``` - - Note: Type `NEW_APP` if you are experiencing issues while creating a new Amplify application - validations: - required: true - - - type: dropdown - attributes: - label: AWS Region - multiple: false - options: - - us-east-1 - - us-east-2 - - us-west-1 - - us-west-2 - - ap-south-1 - - ap-southeast-1 - - ap-southeast-2 - - ap-northeast-1 - - ap-northeast-2 - - ap-east-1 - - ca-central-1 - - eu-west-1 - - eu-west-2 - - eu-west-3 - - eu-central-1 - - eu-south-1 - - eu-north-1 - - sa-east-1 - - me-south-1 - validations: - required: true - - - type: dropdown - attributes: - label: Amplify Hosting feature - description: What [feature(s)](https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html#amplify-console-features) is this about? - multiple: true - options: - - Access control - - Access logs - - Backend builds - - Backend environments - - Build settings - - Billing - - CDK - - CloudWatch metrics - - CloudWatch alarms - - CloudFormation - - Console - - Custom build image - - Custom domain - - Custom headers - - Deployments - - E2E Cypress tests - - Environment variables - - Environment secrets - - Frontend builds - - Git providers - - Manual deploys - - Monorepo - - Notifications - - One click deploy - - Performance mode - - Public APIs - - Redirects - - Service role - - SSR - - Web previews - - Webhooks - - Not Applicable - validations: - required: true - - - type: dropdown - attributes: - label: Frontend framework - description: Which frontend framework is your app built upon? - multiple: false - options: - - "Angular" - - "Gatsby" - - "Hugo" - - "JavaScript" - - "Jekyll" - - "Next.js" - - "React" - - "Remix" - - "Svelte" - - "Vite" - - "Vue" - - "Other" - validations: - required: true - - - - type: input - attributes: - label: Next.js version - placeholder: Review the `next` dependency version in your `package.json` file - description: If your app is built using the Next.js framework, please include the current Next.js version of your app. If your app is using any other framework, type `N/A`. - validations: - required: true - - - type: dropdown - attributes: - label: Next.js router - description: Which router does your Next.js app use? If your app is using any other framework, select `N/A`. - multiple: false - options: - - "App Router" - - "Pages Router" - - "N/A" - validations: - required: true - - - type: markdown - attributes: - value: | - ## Details - - type: textarea - attributes: - label: Describe the bug - description: | - A clear and concise description of what the bug is. - validations: - required: true - - type: textarea - attributes: - label: Expected behavior - description: | - A clear and concise description of what you expected to happen. - validations: - required: true - - type: textarea - attributes: - label: Reproduction steps - description: | - How can this bug be reproduced? Please walk us through it step by step. - Screenshots can be provided in the issue body below. - - placeholder: | - 1. - 2. - 3. - ... - validations: - required: true - - type: textarea - attributes: - label: Build Settings - description: | - If applicable, please include relevant portions of your `amplify.yml`. - - **Be sure to remove any sensitive data.** - render: yaml - - - type: textarea - attributes: - label: Log output - description: | - For example, error messages, or stack traces. - - **Be sure to remove any sensitive data.** - - value: | -
- - ``` - # Put your logs below this line - - - ``` - -
- - - type: textarea - attributes: - label: Additional information - description: | - If you have any additional information, workarounds, etc. for us, use the field below. - - Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below. diff --git a/.github/ISSUE_TEMPLATE/4.feature_request.yaml b/.github/ISSUE_TEMPLATE/1.feature_request.yaml similarity index 63% rename from .github/ISSUE_TEMPLATE/4.feature_request.yaml rename to .github/ISSUE_TEMPLATE/1.feature_request.yaml index 77cf168..7816249 100644 --- a/.github/ISSUE_TEMPLATE/4.feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/1.feature_request.yaml @@ -1,7 +1,11 @@ name: 🚀 Feature request -description: Have an idea for the Amplify Hosting? Submit a request. +description: Have an idea for the AWS Amplify Hosting team? Submit a request. labels: ["feature-request"] body: + - type: markdown + attributes: + value: "NOTE: This repository only accepts new feature requests for AWS Amplify Hosting. For technical support, we encourage you to open a case with [AWS technical support](https://docs.aws.amazon.com/awssupport/latest/user/case-management.html#creating-a-support-case) if you have AWS support plan. If you do not have an active AWS support plan, we encourage you to leverage our Amplify community [Discord server](https://discord.gg/amplify) where community members and staff try to help each other with Amplify." + - type: markdown attributes: value: | @@ -19,61 +23,9 @@ body: required: true - label: I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+). required: true - - label: I have read the guide for [submitting questions](https://github.com/aws-amplify/amplify-hosting/blob/master/CONTRIBUTING.md). - required: true - label: I have removed any sensitive information from my code snippets and submission. required: true - - type: markdown - attributes: - value: | - ## Amplify Environment - - type: input - attributes: - label: App Id - description: | - ``` - Find the App Id in the last portion of your URL. For example: - - https://console.aws.amazon.com/amplify/home?region=#/ - - OR - - Within the Amplify Console, navigate to App Settings -> General -> App Arn, and inspect the last portion of the identifier: - - arn:aws:amplify:AWS-REGION:accountId:apps/ - ``` - Note: Type `NEW_APP` if you are experiencing issues while creating a new Amplify application - validations: - required: true - - - type: dropdown - attributes: - label: AWS Region - multiple: false - options: - - us-east-1 - - us-east-2 - - us-west-1 - - us-west-2 - - ap-south-1 - - ap-southeast-1 - - ap-southeast-2 - - ap-northeast-1 - - ap-northeast-2 - - ap-east-1 - - ca-central-1 - - eu-west-1 - - eu-west-2 - - eu-west-3 - - eu-central-1 - - eu-south-1 - - eu-north-1 - - sa-east-1 - - me-south-1 - validations: - required: true - - type: dropdown attributes: label: Amplify Hosting feature diff --git a/.github/ISSUE_TEMPLATE/2.domain_issue.yaml b/.github/ISSUE_TEMPLATE/2.domain_issue.yaml deleted file mode 100644 index 5d6dec0..0000000 --- a/.github/ISSUE_TEMPLATE/2.domain_issue.yaml +++ /dev/null @@ -1,82 +0,0 @@ -name: 🏠 Custom domain issue -description: Track a domain issue or question -labels: "custom-domain" -body: - - type: markdown - attributes: - value: Thanks for taking the time to fill out this report! Try to include as much information as you can. - - type: markdown - attributes: - value: | - **Note**: Do not include information that is sensitive in nature such as your domain name, company, etc. - - - type: checkboxes - attributes: - label: | - Before opening, please confirm: - options: - - label: I have checked the [custom domains troubleshooting guide](https://docs.aws.amazon.com/amplify/latest/userguide/custom-domain-troubleshoot-guide.html). - required: true - - label: I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-hosting/blob/master/CONTRIBUTING.md). - required: true - - label: I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue. - required: true - - type: input - id: app-id - attributes: - label: App Id - description: | - Find the `App Id` in the last portion of your URL. For example: - - ``` - https://console.aws.amazon.com/amplify/home?region=#/ - ``` - - Or, go to **App Settings** -> **General** -> **AppArn**, and inspect the last portion of the identifier: - - ``` - arn:aws:amplify:REGION:accountId:apps/ - ``` - - - type: input - id: region - attributes: - label: Region - placeholder: e.g. us-east-1 - - - type: input - id: step - attributes: - label: Step - placeholder: e.g. Domain activation - validations: - required: true - - type: input - id: status - attributes: - label: Status - placeholder: e.g. Failed - validations: - required: true - - type: textarea - attributes: - label: Issue or question - description: | - A clear and concise description of what the issue/question is. - - **Do not include information that is sensitive in nature such as your domain name, company etc.** - validations: - required: true - - type: textarea - attributes: - label: Error message - description: | - If there is an error message, please include it here. - - **Be sure to check and remove any sensitive information from the message(s)!** - - type: textarea - attributes: - label: Additional information - description: | - If you have any additional information, workarounds, etc. for us, use the field below. - Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below. diff --git a/.github/ISSUE_TEMPLATE/3.usage_question.yaml b/.github/ISSUE_TEMPLATE/3.usage_question.yaml deleted file mode 100644 index 318ff47..0000000 --- a/.github/ISSUE_TEMPLATE/3.usage_question.yaml +++ /dev/null @@ -1,117 +0,0 @@ -name: ❓ Usage question -description: Ask a question about AWS Amplify Hosting usage -labels: ["question"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this questionaire! Try to include as much information as you can. - - > For **Amplify CLI** issues, go [here](https://github.com/aws-amplify/amplify-cli/issues/new/choose) - > For **Amplify Studio** issues, go [here](https://github.com/aws-amplify/amplify-adminui/issues/new/choose) - - - type: checkboxes - attributes: - label: | - Before opening, please confirm: - options: - - label: I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - required: true - - label: I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+). - required: true - - label: I have read the guide for [submitting questions](https://github.com/aws-amplify/amplify-hosting/blob/master/CONTRIBUTING.md). - required: true - - label: I have removed any sensitive information from my code snippets and submission. - required: true - - - type: markdown - attributes: - value: | - ## Amplify Environment - - type: input - attributes: - label: App Id - description: | - ``` - Find the App Id in the last portion of your URL. For example: - - https://console.aws.amazon.com/amplify/home?region=#/ - - OR - - Within the Amplify Console, navigate to App Settings -> General -> App Arn, and inspect the last portion of the identifier: - - arn:aws:amplify:AWS-REGION:accountId:apps/ - ``` - Note: Type `NEW_APP` if you are experiencing issues while creating a new Amplify application - validations: - required: true - - - type: dropdown - attributes: - label: AWS Region - multiple: false - options: - - us-east-1 - - us-east-2 - - us-west-1 - - us-west-2 - - ap-south-1 - - ap-southeast-1 - - ap-southeast-2 - - ap-northeast-1 - - ap-northeast-2 - - ap-east-1 - - ca-central-1 - - eu-west-1 - - eu-west-2 - - eu-west-3 - - eu-central-1 - - eu-south-1 - - eu-north-1 - - sa-east-1 - - me-south-1 - validations: - required: true - - - type: dropdown - attributes: - label: Amplify Hosting feature - description: What [feature(s)](https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html#amplify-console-features) is this about? - multiple: true - options: - - Access control - - Access logs - - Backend builds - - Build settings - - CloudWatch metrics - - CloudWatch alarms - - Custom build image - - Custom headers - - Deployments - - E2E Cypress tests - - Environment variables - - Frontend builds - - Git providers - - Manual deploys - - Monorepo - - Notifications - - One click deploy - - Performance mode - - Public APIs - - Redirects - - Service role - - SSR - - Web previews - - Webhooks - - Not Applicable - validations: - required: true - - - type: textarea - attributes: - label: Question - description: | - A clear and concise description of what you'd like an answer for - validations: - required: true diff --git a/README.md b/README.md index 27e9cd2..644004c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ [![Feature Requests](https://img.shields.io/github/issues/aws-amplify/amplify-hosting/feature-request?color=ff9001&label=feature%20requests)](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+label%3Afeature-request+is%3Aopen) [![Closed Issues](https://img.shields.io/github/issues-closed/aws-amplify/amplify-hosting?color=%2325CC00&label=issues%20closed)](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+is%3Aclosed+) +> [!NOTE] +> This repository only accepts new feature requests for AWS Amplify Hosting. For technical support, we encourage you to open a case with [AWS technical support](https://docs.aws.amazon.com/awssupport/latest/user/case-management.html#creating-a-support-case) if you have AWS support plan. If you do not have an active AWS support plan, we encourage you to leverage our Amplify community [Discord server](https://discord.gg/amplify) where community members and staff try to help each other with Amplify. + # AWS Amplify Hosting AWS Amplify Hosting provides a git-based workflow for hosting full-stack serverless web apps with continuous deployment. This repository provides: