Skip to content

Commit

Permalink
updates templates and readme (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykethan authored Feb 8, 2024
1 parent 362c2ff commit 40f7cd1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 204 deletions.
148 changes: 0 additions & 148 deletions .github/ISSUE_TEMPLATE/1.bug_report.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/2.usage-question.yaml

This file was deleted.

12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
- 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
26 changes: 1 addition & 25 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
Amplify Studio (formerly Admin UI) Issue Tracker
</h1>

> [!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.

Expand Down

0 comments on commit 40f7cd1

Please sign in to comment.