Skip to content

Commit

Permalink
Merge pull request #3880 from Jay2113/main
Browse files Browse the repository at this point in the history
chore: issue templates and README update
  • Loading branch information
arundna authored Dec 28, 2023
2 parents abf2134 + 3b82f9c commit 4ace0ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 481 deletions.
229 changes: 0 additions & 229 deletions .github/ISSUE_TEMPLATE/1.bug_report.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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: |
Expand All @@ -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=<AWS-REGION>#/<APP-ID>
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/<APP-ID>
```
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
Expand Down
82 changes: 0 additions & 82 deletions .github/ISSUE_TEMPLATE/2.domain_issue.yaml

This file was deleted.

Loading

0 comments on commit 4ace0ad

Please sign in to comment.