-
Notifications
You must be signed in to change notification settings - Fork 63
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
docs: add gen 2 issue report and update feature request #840
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Gen 2 Bug Report | ||
description: Create a report to help us improve Amplify Gen 2 Codegen | ||
labels: ['pending-triage'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: env | ||
attributes: | ||
label: Environment information | ||
description: | | ||
Please copy and paste output of the following command. This will be automatically formatted into code, so no need for backticks. | ||
```bash | ||
npx ampx info | ||
``` | ||
render: plain text | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe the bug | ||
How can this bug be reproduced? | ||
Please include any code snippets or screenshots that you think would be helpful! | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
.github/ISSUE_TEMPLATE/1.bug_report.yaml → ...hub/ISSUE_TEMPLATE/2.gen1_bug_report.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Feature request | ||
description: Suggest an idea for the Amplify Codegen | ||
labels: ['pending-triage'] | ||
|
||
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 **Amplify Backend** issues, please visit [amplify-backend](https://github.com/aws-amplify/amplify-backend/issues/new/choose) | ||
- For **Amplify Hosting** issues, visit [amplify-hosting](https://github.com/aws-amplify/amplify-hosting/issues/new/choose) | ||
- For **Amplify Codegen** issues, visit [amplify-codegen](https://github.com/aws-amplify/amplify-codegen/issues/new/choose) | ||
- 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 | ||
- type: checkboxes | ||
attributes: | ||
label: Would this feature include a breaking change? | ||
options: | ||
- label: ⚠️ This feature might incur a breaking change |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from amplify-backend repo. I also added the section for
npm list @aws-amplify/graphql-generator
.