Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(issue forms): port feature-request to form structure #7253

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/1.bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ description: Create a report to help us improve Amplify CLI
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: For reference, the current version of the Amplify CLI is <img src="https://img.shields.io/npm/v/@aws-amplify/cli.svg" />.
- type: markdown
attributes:
value: |
> **Note**: If your issue is regarding the AWS Amplify Console service, please log it in the [Amplify Console GitHub Issue Tracker](https://github.com/aws-amplify/amplify-console/issues).
value: |
Thanks for taking the time to fill out this bug report! Try to include as much information as you can.

For reference, the current version of the Amplify CLI is <img src="https://img.shields.io/npm/v/@aws-amplify/cli.svg" />.

**Note**: If your issue is regarding the AWS Amplify Console service, please log it in the [Amplify Console GitHub Issue Tracker](https://github.com/aws-amplify/amplify-console/issues).

- type: checkboxes
attributes:
label: |
Expand Down
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/2.feature_request.md

This file was deleted.

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/2.feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: Feature request
description: Suggest an idea for the CLI
labels: feature-request

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a feature request! Try to include as much information as you can.

For reference, the current version of the Amplify CLI is <img src="https://img.shields.io/npm/v/@aws-amplify/cli.svg" />.

- type: dropdown
attributes:
label: Is this related to a new or existing Amplify category?
description: Which categories does this request impact?
multiple: true
options:
- auth
- storage
- function
- api
- analytics
- hosting
- notifications
- interactions
- predictions
- xr
- New category

- type: input
attributes:
label: Is this related to another service?
placeholder: e.g. DynamoDB, S3

- type: textarea
attributes:
label: Describe the feature you'd like to request
description: |
A clear and concise description of what you want to happen. Please include **any related issues**, documentation, etc.
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: |
A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: Describe alternatives you've considered
description: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: |
Add any other use cases or context about the feature request here. Please include any prototype, workaround, reference implementation, etc.

- type: checkboxes
attributes:
label: Is this something that you'd be interested in working on?
options:
- label: 👋 I may be able to implement this feature request
- label: ⚠️ This feature might incur a breaking change