From 68b3f3e5d6ca7b984a7864442b8bd479c9da2cae Mon Sep 17 00:00:00 2001 From: siegerts Date: Tue, 4 May 2021 14:03:09 -0400 Subject: [PATCH 1/3] chore(issue form): clean up intro md section --- .github/ISSUE_TEMPLATE/1.bug_report.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yaml b/.github/ISSUE_TEMPLATE/1.bug_report.yaml index 55e33d0619b..1caff965352 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yaml @@ -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 . - - 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 . + + **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: | From 7b227b86b7f162cf88d518113129281fd4aa0306 Mon Sep 17 00:00:00 2001 From: siegerts Date: Tue, 4 May 2021 14:03:41 -0400 Subject: [PATCH 2/3] chore(feature-request): replace md template with new form --- .github/ISSUE_TEMPLATE/2.feature_request.md | 22 ------ .github/ISSUE_TEMPLATE/2.feature_request.yaml | 74 +++++++++++++++++++ 2 files changed, 74 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/2.feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/2.feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.md b/.github/ISSUE_TEMPLATE/2.feature_request.md deleted file mode 100644 index 80e16f0a1ac..00000000000 --- a/.github/ISSUE_TEMPLATE/2.feature_request.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature-request -assignees: '' - ---- ->**Note**: If your feature-request is regarding the AWS Amplify Console service, please log it in the -[AWS Amplify Console repository](https://github.com/aws-amplify/amplify-console/issues) - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yaml b/.github/ISSUE_TEMPLATE/2.feature_request.yaml new file mode 100644 index 00000000000..c1240ac37d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yaml @@ -0,0 +1,74 @@ +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 . + + - 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 + + \ No newline at end of file From 6277f73acc931960cfe845bc669727c0b40ebe63 Mon Sep 17 00:00:00 2001 From: siegerts Date: Tue, 4 May 2021 14:06:18 -0400 Subject: [PATCH 3/3] remove linebreak --- .github/ISSUE_TEMPLATE/2.feature_request.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yaml b/.github/ISSUE_TEMPLATE/2.feature_request.yaml index c1240ac37d7..e75cd3b7975 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yaml @@ -67,8 +67,7 @@ body: 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: 👋 I may be able to implement this feature request - label: ⚠️ This feature might incur a breaking change \ No newline at end of file