diff --git a/.github/ISSUE_TEMPLATE/1.feature_request.yaml b/.github/ISSUE_TEMPLATE/1.feature_request.yaml index 7816249..3d2136e 100644 --- a/.github/ISSUE_TEMPLATE/1.feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/1.feature_request.yaml @@ -1,4 +1,4 @@ -name: 🚀 Feature request +name: Feature Request description: Have an idea for the AWS Amplify Hosting team? Submit a request. labels: ["feature-request"] body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d538e03..7ec3882 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,11 @@ blank_issues_enabled: false contact_links: - - name: Amplify Hosting documentation + - name: Bug Report + url: https://docs.aws.amazon.com/awssupport/latest/user/case-management.html#creating-a-support-case + about: Bug reports should be raised with the AWS Support team + - name: Have a question? Join the Amplify Community Discord Server + url: https://discord.gg/amplify + about: Ask questions and discuss with other community members + - name: Amplify Hosting Documentation url: https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html - - name: Amplify Discord server - url: https://discord.com/invite/amplify + about: Official documentation of the Amplify Hosting service \ No newline at end of file