-
Notifications
You must be signed in to change notification settings - Fork 3
chore: add templates for bug report & feature request #52
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 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 hidden or 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,77 @@ | ||
| name: Bug Report | ||
| description: Report a problem with the LocalStack Toolkit for VS Code | ||
| title: "bug: <title>" | ||
| labels: ["type: bug", "status: triage needed"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Thank you for reporting a bug! | ||
| Please fill out the form below to help us resolve your issue with the LocalStack Toolkit. | ||
| - type: input | ||
| id: os | ||
| attributes: | ||
| label: Operating System | ||
| description: What operating system are you using? | ||
| placeholder: e.g. macOS 14, Windows 11, Ubuntu 22.04 | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: vscode-version | ||
| attributes: | ||
| label: VS Code Version | ||
| description: What version of VS Code are you using? | ||
| placeholder: e.g. 1.103.2 | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: extension-version | ||
| attributes: | ||
| label: Extension Version | ||
| description: What version of the LocalStack Toolkit are you using? | ||
| placeholder: e.g. 1.2.0 | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: localstack-version | ||
| attributes: | ||
| label: LocalStack Version | ||
| description: What version of LocalStack are you using? | ||
| placeholder: e.g. 4.8.0 | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: steps-to-reproduce | ||
| attributes: | ||
| label: Steps to Reproduce | ||
| description: Please list the steps needed to reproduce the issue. | ||
| placeholder: | | ||
| 1. Go to '...' | ||
| 2. Click on '...' | ||
| 3. See error | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected-behavior | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: What did you expect to happen? | ||
| placeholder: The expected outcome | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: actual-behavior | ||
| attributes: | ||
| label: Actual Behavior | ||
| description: What actually happened? | ||
| placeholder: The actual outcome | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: additional-context | ||
| attributes: | ||
| label: Additional Context | ||
| description: Add any other context, logs, or screenshots about the problem here. | ||
| placeholder: Any other details | ||
| validations: | ||
| required: false | ||
This file contains hidden or 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,36 @@ | ||
| name: ✨ Feature request | ||
| description: Request a new feature for the LocalStack Toolkit for VS Code | ||
| title: "feature request: <title>" | ||
| labels: ["type: feature", "status: triage needed"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for helping improve the LocalStack Toolkit! | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Is there an existing issue for this? | ||
| description: Please search to see if an issue already exists for the feature you are requesting. | ||
| options: | ||
| - label: I have searched the existing issues | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Feature description | ||
| description: Please describe the feature you would like LocalStack Toolkit to have | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: 🧑💻 Implementation | ||
| description: If you are a developer and have an idea how to implement this feature, please sketch it out here. | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Anything else? | ||
| description: | | ||
| Links? References? Anything that will give us more context about your request! | ||
| Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
| validations: | ||
| required: false |
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.
Might be helpful to add a hint on how to get that information, e.g. by running
localstack --version.Previous two questions are more on VS Code side, I'd expect user installing the extension to know how to see VS Code and an extension versions, but this one is specific to LocalStack.
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.
Good idea 🙌🏼
@tiurin now there two different inputs: localstack runtime and localstack cli.