diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yaml b/.github/ISSUE_TEMPLATE/1.bug_report.yaml deleted file mode 100644 index 4006d3a..0000000 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yaml +++ /dev/null @@ -1,148 +0,0 @@ -name: Bug Report -description: Create a report to help us improve the Amplify Studio -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. - - type: markdown - attributes: - value: | - > **Note**: If your question is regarding the AWS Amplify Hosting, Amplify UI, or Amplify CLI, refer to - > - For **Amplify Hosting** issues, visit [amplify-hosting](https://github.com/aws-amplify/amplify-hosting/issues/new/choose) - > - For **Amplify UI** issues, visit [amplify-ui](https://github.com/aws-amplify/amplify-ui/issues/new/choose) - > - For **Amplify CLI** issues, visit [amplify-cli](https://github.com/aws-amplify/amplify-cli/issues/new/choose) - - - - type: checkboxes - attributes: - label: | - Before opening, please confirm: - options: - - label: I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-adminui/issues?q=is%3Aissue+). - required: true - - label: I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-adminui/blob/main/CONTRIBUTING.md#bug-reports). - 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: | - ## Application - - 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, go to **App Settings** -> **General** -> **AppArn**, and inspect the last portion of the identifier: - - ``` - arn:aws:amplify:REGION:accountId:apps/ - ``` - validations: - required: true - - type: input - attributes: - label: Region - placeholder: e.g. us-east-1 - validations: - required: true - - - type: input - attributes: - label: Environment name - description: If applicable. **Be sure to remove any sensitive data.** - validations: - required: true - - - type: input - attributes: - label: Figma File Version (if applicable) - - - type: markdown - attributes: - value: | - ## Local Environment - - - type: input - attributes: - label: Amplify CLI Version - placeholder: Run `amplify version` to get the Amplify CLI version - description: If the issue is associated with the Amplify CLI - - - type: input - attributes: - label: If applicable, what version of Node.js are you using? - description: You can use `node -v` to check the node version on your system. - - - type: input - attributes: - label: What operating system are you using? - description: "For example: Mac, Windows, Ubuntu." - - - type: input - attributes: - label: Browser type? - description: "For example: Google Chrome, Firefox, etc." - - - type: markdown - attributes: - value: | - ## Details - - - type: textarea - attributes: - label: Describe the bug - description: | - A clear and concise description of what the bug is. - - **Be sure to remove any sensitive data.** - 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 do you trigger this bug? Please walk us through it step by step. - Screenshots can be provided in the input below. - - **Be sure to remove any sensitive data.** - placeholder: | - 1. - 2. - 3. - ... - validations: - required: true - - - type: input - attributes: - label: Project Identifier - description: | - You can send your project configurations by running `amplify diagnose --send-report` and share the Project Identifier. - Learn more at https://docs.amplify.aws/cli/reference/diagnose/ - - - 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.feature_request.yaml b/.github/ISSUE_TEMPLATE/1.feature_request.yaml similarity index 76% rename from .github/ISSUE_TEMPLATE/3.feature_request.yaml rename to .github/ISSUE_TEMPLATE/1.feature_request.yaml index 40826a4..18741db 100644 --- a/.github/ISSUE_TEMPLATE/3.feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/1.feature_request.yaml @@ -3,6 +3,10 @@ description: Suggest an idea for the Amplify Studio labels: ["pending-triage"] body: + - type: markdown + attributes: + value: "NOTE: This repository only accepts new feature requests for AWS Amplify Studio. 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: | diff --git a/.github/ISSUE_TEMPLATE/2.usage-question.yaml b/.github/ISSUE_TEMPLATE/2.usage-question.yaml deleted file mode 100644 index c7f413c..0000000 --- a/.github/ISSUE_TEMPLATE/2.usage-question.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Usage Question -description: Ask a question about AWS Amplify Studio usage -labels: ["question","pending-triage"] - -body: - - type: markdown - attributes: - value: | - Thanks for submitting this question! - - > **Note**: If your question is regarding the AWS Amplify Hosting, Amplify UI, or Amplify CLI, refer to - > - For **Amplify Hosting** issues, visit [amplify-hosting](https://github.com/aws-amplify/amplify-hosting/issues/new/choose) - > - For **Amplify UI** issues, visit [amplify-ui](https://github.com/aws-amplify/amplify-ui/issues/new/choose) - > - For **Amplify CLI** issues, visit [amplify-cli](https://github.com/aws-amplify/amplify-cli/issues/new/choose) - - - type: input - attributes: - label: Which Specific Feature is your question related to? - placeholder: Name of the feature - validations: - required: true - - - type: textarea - attributes: - label: Question - description: Provide relevant details (e.g. code snippets). _Be sure to remove any sensitive data._ - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b225924..d454ad7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,11 @@ blank_issues_enabled: true contact_links: - - name: I want help writing my Amplify application - url: https://discord.com/invite/amplify - about: Check out the `*-help` channels on Amplify's community Discord to ask your questions about building applications with the CLI or other Amplify libraries. \ No newline at end of file + - 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 Studio Documentation + url: https://docs.amplify.aws/react/tools/console/ + about: Official documentation for Amplify Studio \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3be981..a667293 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,32 +1,8 @@ # Contributing to Amplify Admin UI -Thank you for your interest in contributing to our project! 💛 - -Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community. Please read through these guidelines carefully before submitting a PR or issue and let us know if it's not up-to-date (or even better, submit a PR with your proposed corrections 😉). - -## Bug Reports - -Bug reports and feature suggestions are always welcome. Good bug reports are extremely helpful, so thanks in advance! - -When filing a bug, please try to be as detailed as possible. In addition to the bug report form information, details like these are incredibly useful: - -- A reproducible test case or series of steps -- The date/commit/version(s) of the code you're running -- Any modifications you've made relevant to the bug -- Anything unusual about your environment or deployment - -Guidelines for bug reports: - -- Check to see if a [duplicate or closed issue](https://github.com/aws-amplify/amplify-adminui/issues?q=is%3Aissue+) already exists! -- Provide a short and descriptive issue title -- Remove any sensitive data from your examples or snippets -- Format any code snippets using [Markdown](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) syntax - -Finally, thank you for taking the time to read this, and taking the time to write a good bug report. - ## Community -Join the [Discord Server](https://discord.com/invite/amplify). If it's your first time contributing, checkout the `#first-time-contributor` channel. +Join the [Discord Server](https://discord.com/invite/amplify) where community members and staff try to help each other with Amplify. ## Code of Conduct diff --git a/README.md b/README.md index e0c26e7..421103d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ Amplify Studio (formerly Admin UI) Issue Tracker +> [!NOTE] +> This repository only accepts new feature requests for AWS Amplify Studio. 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. + [![DiscordChat](https://img.shields.io/discord/308323056592486420?logo=discord")](https://discord.gg/jWVbPfC) -### Report a bug 🐛 or feature request 💡[here](https://github.com/aws-amplify/amplify-adminui/issues/new/choose) + AWS Amplify Studio is a visual development environment for building fullstack web and mobile apps. Studio builds on existing backend building capabilities in AWS Amplify, allowing you to accelerate your UI development as well.